Shades of Eunry #CF9F9E
Tints of Eunry #CF9F9E
RGB
CMYK
RGB Variations
Color information
#CF9F9E (or 0xCF9F9E) is known color: Eunry. HEX triplet: CF, 9F and 9E. RGB value is (207,159,158). Sum of RGB (Red+Green+Blue) = 207+159+158=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 158 (62.11% from 255 or 30.15% from 524); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9F9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9F9E is #306061. Grayscale: #ADADAD. Windows color (decimal): -3170402 or 10395599. OLE color: 10395599.
HSL color Cylindrical-coordinate representation of color #CF9F9E: hue angle of 1.22º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CF9F9E is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 159 | 158 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.19 |
| HSL | 1.22º | 0.34% | 0.72% | - |
| HSV(B) | 1.22º | 0.24% | 0.81% | - |
| XYZ | 44.3 | 40.53 | 37.84 | - |
| YUV | 173.24 | 119.4 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 158 | 0 | 0.23 | 0.24 | 0.19 | 1.22 | 0.34 | 0.72 |
| Hex | CF | 9F | 9E | 0 | 17 | 18 | 13 | 1 | 22 | 48 |
| Octal | 317 | 237 | 236 | 0 | 27 | 30 | 23 | 1 | 42 | 110 |
| Binary | 11001111 | 10011111 | 10011110 | 0 | 10111 | 11000 | 10011 | 1 | 100010 | 1001000 |
Color Harmonies of #CF9F9E
Complementary color
Monochromatic Colors of #CF9F9E
Black with #CF9F9E
Text Example
Text Example
White with #CF9F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9F9E; }
p { color: rgb(207,159,158); }
H1.HeaderClassName
{
color: #CF9F9E;
}
.AnyTagClassName
{
color: #CF9F9E;
}
</style>
background-color css
<style>
a { background-color: #CF9F9E; }
a { background-color: rgb(207,159,158); }
div.DivClassName
{
background-color: #CF9F9E;
}
.BgClassName
{
background-color: #CF9F9E;
}
</style>
border-color css
<style>
span { border-color: #CF9F9E; }
span { border-color: rgb(207,159,158); }
td.TdClassName
{
border-color: #CF9F9E;
}
.TagClassName
{
border-color: #CF9F9E;
}
</style>