Shades of Eunry #CF9F9A
Tints of Eunry #CF9F9A
RGB
CMYK
RGB Variations
Color information
#CF9F9A (or 0xCF9F9A) is known color: Eunry. HEX triplet: CF, 9F and 9A. RGB value is (207,159,154). Sum of RGB (Red+Green+Blue) = 207+159+154=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 154 (60.55% from 255 or 29.62% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9F9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9F9A is #306065. Grayscale: #ACACAC. Windows color (decimal): -3170406 or 10133455. OLE color: 10133455.
HSL color Cylindrical-coordinate representation of color #CF9F9A: hue angle of 5.66º 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 #CF9F9A is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 159 | 154 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.19 |
| HSL | 5.66º | 0.36% | 0.71% | - |
| HSV(B) | 5.66º | 0.26% | 0.81% | - |
| XYZ | 43.96 | 40.39 | 36.05 | - |
| YUV | 172.78 | 117.4 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 154 | 0 | 0.23 | 0.26 | 0.19 | 5.66 | 0.36 | 0.71 |
| Hex | CF | 9F | 9A | 0 | 17 | 1A | 13 | 6 | 24 | 47 |
| Octal | 317 | 237 | 232 | 0 | 27 | 32 | 23 | 6 | 44 | 107 |
| Binary | 11001111 | 10011111 | 10011010 | 0 | 10111 | 11010 | 10011 | 110 | 100100 | 1000111 |
Color Harmonies of #CF9F9A
Complementary color
Monochromatic Colors of #CF9F9A
Black with #CF9F9A
Text Example
Text Example
White with #CF9F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9F9A; }
p { color: rgb(207,159,154); }
H1.HeaderClassName
{
color: #CF9F9A;
}
.AnyTagClassName
{
color: #CF9F9A;
}
</style>
background-color css
<style>
a { background-color: #CF9F9A; }
a { background-color: rgb(207,159,154); }
div.DivClassName
{
background-color: #CF9F9A;
}
.BgClassName
{
background-color: #CF9F9A;
}
</style>
border-color css
<style>
span { border-color: #CF9F9A; }
span { border-color: rgb(207,159,154); }
td.TdClassName
{
border-color: #CF9F9A;
}
.TagClassName
{
border-color: #CF9F9A;
}
</style>