Shades of Eunry #CF9C99
Tints of Eunry #CF9C99
RGB
CMYK
RGB Variations
Color information
#CF9C99 (or 0xCF9C99) is known color: Eunry. HEX triplet: CF, 9C and 99. RGB value is (207,156,153). Sum of RGB (Red+Green+Blue) = 207+156+153=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 153 (60.16% from 255 or 29.65% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9C99 is #306366. Grayscale: #AAAAAA. Windows color (decimal): -3171175 or 10067151. OLE color: 10067151.
HSL color Cylindrical-coordinate representation of color #CF9C99: hue angle of 3.33º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CF9C99 is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 156 | 153 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.19 |
| HSL | 3.33º | 0.36% | 0.71% | - |
| HSV(B) | 3.33º | 0.26% | 0.81% | - |
| XYZ | 43.37 | 39.34 | 35.44 | - |
| YUV | 170.91 | 117.9 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 153 | 0 | 0.25 | 0.26 | 0.19 | 3.33 | 0.36 | 0.71 |
| Hex | CF | 9C | 99 | 0 | 19 | 1A | 13 | 3 | 24 | 47 |
| Octal | 317 | 234 | 231 | 0 | 31 | 32 | 23 | 3 | 44 | 107 |
| Binary | 11001111 | 10011100 | 10011001 | 0 | 11001 | 11010 | 10011 | 11 | 100100 | 1000111 |
Color Harmonies of #CF9C99
Complementary color
Monochromatic Colors of #CF9C99
Black with #CF9C99
Text Example
Text Example
White with #CF9C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9C99; }
p { color: rgb(207,156,153); }
H1.HeaderClassName
{
color: #CF9C99;
}
.AnyTagClassName
{
color: #CF9C99;
}
</style>
background-color css
<style>
a { background-color: #CF9C99; }
a { background-color: rgb(207,156,153); }
div.DivClassName
{
background-color: #CF9C99;
}
.BgClassName
{
background-color: #CF9C99;
}
</style>
border-color css
<style>
span { border-color: #CF9C99; }
span { border-color: rgb(207,156,153); }
td.TdClassName
{
border-color: #CF9C99;
}
.TagClassName
{
border-color: #CF9C99;
}
</style>