Color spaces of #c79aad
RGB | 199 | 154 | 173 |
---|---|---|---|
HSL | 0.93 | 0.29 | 0.69 |
HSV | 335° | 23° | 78° |
CMYK | 0.00 | 0.23 | 0.13 0.22 |
XYZ | 42.6516 | 38.2704 | 44.6741 |
Yxy | 38.2704 | 0.3396 | 0.3047 |
Hunter Lab | 61.8631 | 14.8067 | 0.4882 |
CIE-Lab | 68.2194 | 19.7826 | -3.4088 |
#c79aad color RGB value is (199,154,173).
#c79aad hex color red value is 199, green value is 154 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c79aad hue: 0.93 , saturation: 0.29 and the lightness value of c79aad is 0.69.
The process color (four color CMYK) of #c79aad color hex is 0.00, 0.23, 0.13, 0.22. Web safe color of #c79aad is #cc9999. Color #c79aad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 10011010 | 10101101 |
Octal | 307 | 232 | 255 |
Decimal | 199 | 154 | 173 |
Hex | C7 | 9A | AD |
Shades of #c79aad
Tints of #c79aad
RGB Percentages of Color #c79aad
CMYK Percentages of Color #c79aad
Complementary Color
#c79aad | #9ac7b4 |
#c79aad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c79aad Color Preview on White Background
Lorem ipsum dolor sit amet.
#c79aad Color CSS Codes
.mybgcolor {background-color:#c79aad; } .myforecolor {color:#c79aad; } .mybordercolor {border:3px solid #c79aad; }
#c79aad Text Font Color
<p style="color:#c79aad">Text here</p>
This sample text font color is #c79aad
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.
#c79aad Background Color
<div style="background-color:#c79aad">
Div content here</div>
This div background color is #c79aad
#c79aad Border Color
<div style="border:3px solid #c79aad">
Div here</div>
This div border color is #c79aad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,154,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c79aad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c79aad; -webkit-box-shadow: 1px 1px 3px 2px #c79aad; box-shadow: 1px 1px 3px 2px #c79aad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,154,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c79aad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c79aad; -webkit-box-shadow: 1px 1px 3px 2px #c79aad; box-shadow: 1px 1px 3px 2px #c79aad;">
Div content here</div>
This div box has shadow with color #c79aad
Comments
No comments written yet.
Please login to write comment.