Color spaces of #cf997b
RGB | 207 | 153 | 123 |
---|---|---|---|
HSL | 0.06 | 0.47 | 0.65 |
HSV | 21° | 41° | 81° |
CMYK | 0.00 | 0.26 | 0.41 0.19 |
XYZ | 40.6985 | 37.4779 | 23.8278 |
Yxy | 37.4779 | 0.3990 | 0.3674 |
Hunter Lab | 61.2192 | 11.5331 | 19.7765 |
CIE-Lab | 67.6340 | 16.3713 | 23.6732 |
#cf997b color RGB value is (207,153,123).
#cf997b hex color red value is 207, green value is 153 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #cf997b hue: 0.06 , saturation: 0.47 and the lightness value of cf997b is 0.65.
The process color (four color CMYK) of #cf997b color hex is 0.00, 0.26, 0.41, 0.19. Web safe color of #cf997b is #cc9966. Color #cf997b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10011001 | 01111011 |
Octal | 317 | 231 | 173 |
Decimal | 207 | 153 | 123 |
Hex | CF | 99 | 7B |
Shades of #cf997b
Tints of #cf997b
RGB Percentages of Color #cf997b
CMYK Percentages of Color #cf997b
Complementary Color
#cf997b | #7bb1cf |
#cf997b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf997b Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf997b Color CSS Codes
.mybgcolor {background-color:#cf997b; } .myforecolor {color:#cf997b; } .mybordercolor {border:3px solid #cf997b; }
#cf997b Text Font Color
<p style="color:#cf997b">Text here</p>
This sample text font color is #cf997b
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.
#cf997b Background Color
<div style="background-color:#cf997b">
Div content here</div>
This div background color is #cf997b
#cf997b Border Color
<div style="border:3px solid #cf997b">
Div here</div>
This div border color is #cf997b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,153,123, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf997b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf997b; -webkit-box-shadow: 1px 1px 3px 2px #cf997b; box-shadow: 1px 1px 3px 2px #cf997b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,153,123, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf997b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf997b; -webkit-box-shadow: 1px 1px 3px 2px #cf997b; box-shadow: 1px 1px 3px 2px #cf997b;">
Div content here</div>
This div box has shadow with color #cf997b
Comments
No comments written yet.
Please login to write comment.