Shades of Eunry #CF9D99
Tints of Eunry #CF9D99
RGB
CMYK
RGB Variations
Color information
#CF9D99 (or 0xCF9D99) is known color: Eunry. HEX triplet: CF, 9D and 99. RGB value is (207,157,153). Sum of RGB (Red+Green+Blue) = 207+157+153=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 157 (61.72% from 255 or 30.37% from 517); Blue value is 153 (60.16% from 255 or 29.59% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9D99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9D99 is #306266. Grayscale: #ABABAB. Windows color (decimal): -3170919 or 10067407. OLE color: 10067407.
HSL color Cylindrical-coordinate representation of color #CF9D99: hue angle of 4.44º 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 #CF9D99 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 157 | 153 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.19 |
| HSL | 4.44º | 0.36% | 0.71% | - |
| HSV(B) | 4.44º | 0.26% | 0.81% | - |
| XYZ | 43.54 | 39.68 | 35.5 | - |
| YUV | 171.49 | 117.57 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 157 | 153 | 0 | 0.24 | 0.26 | 0.19 | 4.44 | 0.36 | 0.71 |
| Hex | CF | 9D | 99 | 0 | 18 | 1A | 13 | 4 | 24 | 47 |
| Octal | 317 | 235 | 231 | 0 | 30 | 32 | 23 | 4 | 44 | 107 |
| Binary | 11001111 | 10011101 | 10011001 | 0 | 11000 | 11010 | 10011 | 100 | 100100 | 1000111 |
Color Harmonies of #CF9D99
Complementary color
Monochromatic Colors of #CF9D99
Black with #CF9D99
Text Example
Text Example
White with #CF9D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9D99; }
p { color: rgb(207,157,153); }
H1.HeaderClassName
{
color: #CF9D99;
}
.AnyTagClassName
{
color: #CF9D99;
}
</style>
background-color css
<style>
a { background-color: #CF9D99; }
a { background-color: rgb(207,157,153); }
div.DivClassName
{
background-color: #CF9D99;
}
.BgClassName
{
background-color: #CF9D99;
}
</style>
border-color css
<style>
span { border-color: #CF9D99; }
span { border-color: rgb(207,157,153); }
td.TdClassName
{
border-color: #CF9D99;
}
.TagClassName
{
border-color: #CF9D99;
}
</style>