Shades of Eunry #CFABA1
Tints of Eunry #CFABA1
RGB
CMYK
RGB Variations
Color information
#CFABA1 (or 0xCFABA1) is known color: Eunry. HEX triplet: CF, AB and A1. RGB value is (207,171,161). Sum of RGB (Red+Green+Blue) = 207+171+161=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 161 (63.28% from 255 or 29.87% from 539); Max value from RGB is 207 - color contains mainly: red. Hex color #CFABA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFABA1 is #30545E. Grayscale: #B4B4B4. Windows color (decimal): -3167327 or 10595279. OLE color: 10595279.
HSL color Cylindrical-coordinate representation of color #CFABA1: hue angle of 13.04º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFABA1 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 161 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.19 |
| HSL | 13.04º | 0.32% | 0.72% | - |
| HSV(B) | 13.04º | 0.22% | 0.81% | - |
| XYZ | 46.73 | 44.96 | 39.93 | - |
| YUV | 180.62 | 116.93 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 161 | 0 | 0.17 | 0.22 | 0.19 | 13.04 | 0.32 | 0.72 |
| Hex | CF | AB | A1 | 0 | 11 | 16 | 13 | D | 20 | 48 |
| Octal | 317 | 253 | 241 | 0 | 21 | 26 | 23 | 15 | 40 | 110 |
| Binary | 11001111 | 10101011 | 10100001 | 0 | 10001 | 10110 | 10011 | 1101 | 100000 | 1001000 |
Color Harmonies of #CFABA1
Complementary color
Monochromatic Colors of #CFABA1
Black with #CFABA1
Text Example
Text Example
White with #CFABA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFABA1; }
p { color: rgb(207,171,161); }
H1.HeaderClassName
{
color: #CFABA1;
}
.AnyTagClassName
{
color: #CFABA1;
}
</style>
background-color css
<style>
a { background-color: #CFABA1; }
a { background-color: rgb(207,171,161); }
div.DivClassName
{
background-color: #CFABA1;
}
.BgClassName
{
background-color: #CFABA1;
}
</style>
border-color css
<style>
span { border-color: #CFABA1; }
span { border-color: rgb(207,171,161); }
td.TdClassName
{
border-color: #CFABA1;
}
.TagClassName
{
border-color: #CFABA1;
}
</style>