Shades of Eunry #CFA89D
Tints of Eunry #CFA89D
RGB
CMYK
RGB Variations
Color information
#CFA89D (or 0xCFA89D) is known color: Eunry. HEX triplet: CF, A8 and 9D. RGB value is (207,168,157). Sum of RGB (Red+Green+Blue) = 207+168+157=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 168 (66.02% from 255 or 31.58% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA89D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA89D is #305762. Grayscale: #B2B2B2. Windows color (decimal): -3168099 or 10332367. OLE color: 10332367.
HSL color Cylindrical-coordinate representation of color #CFA89D: hue angle of 13.2º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFA89D is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 157 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.19 |
| HSL | 13.2º | 0.34% | 0.71% | - |
| HSV(B) | 13.2º | 0.24% | 0.81% | - |
| XYZ | 45.82 | 43.7 | 37.92 | - |
| YUV | 178.41 | 115.92 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 157 | 0 | 0.19 | 0.24 | 0.19 | 13.2 | 0.34 | 0.71 |
| Hex | CF | A8 | 9D | 0 | 13 | 18 | 13 | D | 22 | 47 |
| Octal | 317 | 250 | 235 | 0 | 23 | 30 | 23 | 15 | 42 | 107 |
| Binary | 11001111 | 10101000 | 10011101 | 0 | 10011 | 11000 | 10011 | 1101 | 100010 | 1000111 |
Color Harmonies of #CFA89D
Complementary color
Monochromatic Colors of #CFA89D
Black with #CFA89D
Text Example
Text Example
White with #CFA89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA89D; }
p { color: rgb(207,168,157); }
H1.HeaderClassName
{
color: #CFA89D;
}
.AnyTagClassName
{
color: #CFA89D;
}
</style>
background-color css
<style>
a { background-color: #CFA89D; }
a { background-color: rgb(207,168,157); }
div.DivClassName
{
background-color: #CFA89D;
}
.BgClassName
{
background-color: #CFA89D;
}
</style>
border-color css
<style>
span { border-color: #CFA89D; }
span { border-color: rgb(207,168,157); }
td.TdClassName
{
border-color: #CFA89D;
}
.TagClassName
{
border-color: #CFA89D;
}
</style>