Shades of Eunry #CFA89B
Tints of Eunry #CFA89B
RGB
CMYK
RGB Variations
Color information
#CFA89B (or 0xCFA89B) is known color: Eunry. HEX triplet: CF, A8 and 9B. RGB value is (207,168,155). Sum of RGB (Red+Green+Blue) = 207+168+155=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 168 (66.02% from 255 or 31.70% from 530); Blue value is 155 (60.94% from 255 or 29.25% from 530); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA89B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA89B is #305764. Grayscale: #B2B2B2. Windows color (decimal): -3168101 or 10201295. OLE color: 10201295.
HSL color Cylindrical-coordinate representation of color #CFA89B: hue angle of 15º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFA89B is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 155 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.19 |
| HSL | 15º | 0.35% | 0.71% | - |
| HSV(B) | 15º | 0.25% | 0.81% | - |
| XYZ | 45.65 | 43.64 | 37.03 | - |
| YUV | 178.18 | 114.92 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 155 | 0 | 0.19 | 0.25 | 0.19 | 15 | 0.35 | 0.71 |
| Hex | CF | A8 | 9B | 0 | 13 | 19 | 13 | F | 23 | 47 |
| Octal | 317 | 250 | 233 | 0 | 23 | 31 | 23 | 17 | 43 | 107 |
| Binary | 11001111 | 10101000 | 10011011 | 0 | 10011 | 11001 | 10011 | 1111 | 100011 | 1000111 |
Color Harmonies of #CFA89B
Complementary color
Monochromatic Colors of #CFA89B
Black with #CFA89B
Text Example
Text Example
White with #CFA89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA89B; }
p { color: rgb(207,168,155); }
H1.HeaderClassName
{
color: #CFA89B;
}
.AnyTagClassName
{
color: #CFA89B;
}
</style>
background-color css
<style>
a { background-color: #CFA89B; }
a { background-color: rgb(207,168,155); }
div.DivClassName
{
background-color: #CFA89B;
}
.BgClassName
{
background-color: #CFA89B;
}
</style>
border-color css
<style>
span { border-color: #CFA89B; }
span { border-color: rgb(207,168,155); }
td.TdClassName
{
border-color: #CFA89B;
}
.TagClassName
{
border-color: #CFA89B;
}
</style>