Shades of Eunry #CC9F9E
Tints of Eunry #CC9F9E
RGB
CMYK
RGB Variations
Color information
#CC9F9E (or 0xCC9F9E) is known color: Eunry. HEX triplet: CC, 9F and 9E. RGB value is (204,159,158). Sum of RGB (Red+Green+Blue) = 204+159+158=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 158 (62.11% from 255 or 30.33% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9F9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9F9E is #336061. Grayscale: #ACACAC. Windows color (decimal): -3367010 or 10395596. OLE color: 10395596.
HSL color Cylindrical-coordinate representation of color #CC9F9E: hue angle of 1.3º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CC9F9E is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 159 | 158 | - |
CMYK | 0 | 0.22 | 0.23 | 0.2 |
HSL | 1.3º | 0.31% | 0.71% | - |
HSV(B) | 1.3º | 0.23% | 0.8% | - |
XYZ | 43.47 | 40.1 | 37.8 | - |
YUV | 172.34 | 119.91 | 150.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 159 | 158 | 0 | 0.22 | 0.23 | 0.2 | 1.3 | 0.31 | 0.71 |
Hex | CC | 9F | 9E | 0 | 16 | 17 | 14 | 1 | 1F | 47 |
Octal | 314 | 237 | 236 | 0 | 26 | 27 | 24 | 1 | 37 | 107 |
Binary | 11001100 | 10011111 | 10011110 | 0 | 10110 | 10111 | 10100 | 1 | 11111 | 1000111 |
Color Harmonies of #CC9F9E
Complementary color
Monochromatic Colors of #CC9F9E
Black with #CC9F9E
Text Example
Text Example
White with #CC9F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9F9E; }
p { color: rgb(204,159,158); }
H1.HeaderClassName
{
color: #CC9F9E;
}
.AnyTagClassName
{
color: #CC9F9E;
}
</style>
background-color css
<style>
a { background-color: #CC9F9E; }
a { background-color: rgb(204,159,158); }
div.DivClassName
{
background-color: #CC9F9E;
}
.BgClassName
{
background-color: #CC9F9E;
}
</style>
border-color css
<style>
span { border-color: #CC9F9E; }
span { border-color: rgb(204,159,158); }
td.TdClassName
{
border-color: #CC9F9E;
}
.TagClassName
{
border-color: #CC9F9E;
}
</style>