Color spaces of #cfa193
RGB | 207 | 161 | 147 |
---|---|---|---|
HSL | 0.04 | 0.38 | 0.69 |
HSV | 14° | 29° | 81° |
CMYK | 0.00 | 0.22 | 0.29 0.19 |
XYZ | 43.7435 | 40.8617 | 33.1853 |
Yxy | 40.8617 | 0.3714 | 0.3469 |
Hunter Lab | 63.9232 | 10.2845 | 13.9662 |
CIE-Lab | 70.0789 | 15.0067 | 13.8181 |
#cfa193 color RGB value is (207,161,147).
#cfa193 hex color red value is 207, green value is 161 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #cfa193 hue: 0.04 , saturation: 0.38 and the lightness value of cfa193 is 0.69.
The process color (four color CMYK) of #cfa193 color hex is 0.00, 0.22, 0.29, 0.19. Web safe color of #cfa193 is #cc9999. Color #cfa193 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10100001 | 10010011 |
Octal | 317 | 241 | 223 |
Decimal | 207 | 161 | 147 |
Hex | CF | A1 | 93 |
Shades of #cfa193
Tints of #cfa193
RGB Percentages of Color #cfa193
CMYK Percentages of Color #cfa193
Complementary Color
#cfa193 | #93c1cf |
#cfa193 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfa193 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfa193 Color CSS Codes
.mybgcolor {background-color:#cfa193; } .myforecolor {color:#cfa193; } .mybordercolor {border:3px solid #cfa193; }
#cfa193 Text Font Color
<p style="color:#cfa193">Text here</p>
This sample text font color is #cfa193
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#cfa193 Background Color
<div style="background-color:#cfa193">
Div content here</div>
This div background color is #cfa193
#cfa193 Border Color
<div style="border:3px solid #cfa193">
Div here</div>
This div border color is #cfa193
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,161,147, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfa193; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfa193; -webkit-box-shadow: 1px 1px 3px 2px #cfa193; box-shadow: 1px 1px 3px 2px #cfa193; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,161,147, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfa193">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfa193; -webkit-box-shadow: 1px 1px 3px 2px #cfa193; box-shadow: 1px 1px 3px 2px #cfa193;">
Div content here</div>
This div box has shadow with color #cfa193
Comments
No comments written yet.
Please login to write comment.