Shades of Eunry #CFABA0
Tints of Eunry #CFABA0
RGB
CMYK
RGB Variations
Color information
#CFABA0 (or 0xCFABA0) is known color: Eunry. HEX triplet: CF, AB and A0. RGB value is (207,171,160). Sum of RGB (Red+Green+Blue) = 207+171+160=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 160 (62.89% from 255 or 29.74% from 538); Max value from RGB is 207 - color contains mainly: red. Hex color #CFABA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFABA0 is #30545F. Grayscale: #B4B4B4. Windows color (decimal): -3167328 or 10529743. OLE color: 10529743.
HSL color Cylindrical-coordinate representation of color #CFABA0: hue angle of 14.04º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFABA0 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 160 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.19 |
| HSL | 14.04º | 0.33% | 0.72% | - |
| HSV(B) | 14.04º | 0.23% | 0.81% | - |
| XYZ | 46.64 | 44.93 | 39.47 | - |
| YUV | 180.51 | 116.43 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 160 | 0 | 0.17 | 0.23 | 0.19 | 14.04 | 0.33 | 0.72 |
| Hex | CF | AB | A0 | 0 | 11 | 17 | 13 | E | 21 | 48 |
| Octal | 317 | 253 | 240 | 0 | 21 | 27 | 23 | 16 | 41 | 110 |
| Binary | 11001111 | 10101011 | 10100000 | 0 | 10001 | 10111 | 10011 | 1110 | 100001 | 1001000 |
Color Harmonies of #CFABA0
Complementary color
Monochromatic Colors of #CFABA0
Black with #CFABA0
Text Example
Text Example
White with #CFABA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFABA0; }
p { color: rgb(207,171,160); }
H1.HeaderClassName
{
color: #CFABA0;
}
.AnyTagClassName
{
color: #CFABA0;
}
</style>
background-color css
<style>
a { background-color: #CFABA0; }
a { background-color: rgb(207,171,160); }
div.DivClassName
{
background-color: #CFABA0;
}
.BgClassName
{
background-color: #CFABA0;
}
</style>
border-color css
<style>
span { border-color: #CFABA0; }
span { border-color: rgb(207,171,160); }
td.TdClassName
{
border-color: #CFABA0;
}
.TagClassName
{
border-color: #CFABA0;
}
</style>