Shades of Eunry #CFAB9D
Tints of Eunry #CFAB9D
RGB
CMYK
RGB Variations
Color information
#CFAB9D (or 0xCFAB9D) is known color: Eunry. HEX triplet: CF, AB and 9D. RGB value is (207,171,157). Sum of RGB (Red+Green+Blue) = 207+171+157=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 157 (61.72% from 255 or 29.35% from 535); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAB9D is #305462. Grayscale: #B4B4B4. Windows color (decimal): -3167331 or 10333135. OLE color: 10333135.
HSL color Cylindrical-coordinate representation of color #CFAB9D: hue angle of 16.8º 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 #CFAB9D is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 157 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.19 |
| HSL | 16.8º | 0.34% | 0.71% | - |
| HSV(B) | 16.8º | 0.24% | 0.81% | - |
| XYZ | 46.38 | 44.83 | 38.11 | - |
| YUV | 180.17 | 114.93 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 157 | 0 | 0.17 | 0.24 | 0.19 | 16.8 | 0.34 | 0.71 |
| Hex | CF | AB | 9D | 0 | 11 | 18 | 13 | 11 | 22 | 47 |
| Octal | 317 | 253 | 235 | 0 | 21 | 30 | 23 | 21 | 42 | 107 |
| Binary | 11001111 | 10101011 | 10011101 | 0 | 10001 | 11000 | 10011 | 10001 | 100010 | 1000111 |
Color Harmonies of #CFAB9D
Complementary color
Monochromatic Colors of #CFAB9D
Black with #CFAB9D
Text Example
Text Example
White with #CFAB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB9D; }
p { color: rgb(207,171,157); }
H1.HeaderClassName
{
color: #CFAB9D;
}
.AnyTagClassName
{
color: #CFAB9D;
}
</style>
background-color css
<style>
a { background-color: #CFAB9D; }
a { background-color: rgb(207,171,157); }
div.DivClassName
{
background-color: #CFAB9D;
}
.BgClassName
{
background-color: #CFAB9D;
}
</style>
border-color css
<style>
span { border-color: #CFAB9D; }
span { border-color: rgb(207,171,157); }
td.TdClassName
{
border-color: #CFAB9D;
}
.TagClassName
{
border-color: #CFAB9D;
}
</style>