Shades of Eunry #CFABA4
Tints of Eunry #CFABA4
RGB
CMYK
RGB Variations
Color information
#CFABA4 (or 0xCFABA4) is known color: Eunry. HEX triplet: CF, AB and A4. RGB value is (207,171,164). Sum of RGB (Red+Green+Blue) = 207+171+164=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 164 (64.45% from 255 or 30.26% from 542); Max value from RGB is 207 - color contains mainly: red. Hex color #CFABA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFABA4 is #30545B. Grayscale: #B5B5B5. Windows color (decimal): -3167324 or 10791887. OLE color: 10791887.
HSL color Cylindrical-coordinate representation of color #CFABA4: hue angle of 9.77º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFABA4 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 164 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.19 |
| HSL | 9.77º | 0.31% | 0.73% | - |
| HSV(B) | 9.77º | 0.21% | 0.81% | - |
| XYZ | 47 | 45.07 | 41.34 | - |
| YUV | 180.97 | 118.43 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 164 | 0 | 0.17 | 0.21 | 0.19 | 9.77 | 0.31 | 0.73 |
| Hex | CF | AB | A4 | 0 | 11 | 15 | 13 | A | 1F | 49 |
| Octal | 317 | 253 | 244 | 0 | 21 | 25 | 23 | 12 | 37 | 111 |
| Binary | 11001111 | 10101011 | 10100100 | 0 | 10001 | 10101 | 10011 | 1010 | 11111 | 1001001 |
Color Harmonies of #CFABA4
Complementary color
Monochromatic Colors of #CFABA4
Black with #CFABA4
Text Example
Text Example
White with #CFABA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFABA4; }
p { color: rgb(207,171,164); }
H1.HeaderClassName
{
color: #CFABA4;
}
.AnyTagClassName
{
color: #CFABA4;
}
</style>
background-color css
<style>
a { background-color: #CFABA4; }
a { background-color: rgb(207,171,164); }
div.DivClassName
{
background-color: #CFABA4;
}
.BgClassName
{
background-color: #CFABA4;
}
</style>
border-color css
<style>
span { border-color: #CFABA4; }
span { border-color: rgb(207,171,164); }
td.TdClassName
{
border-color: #CFABA4;
}
.TagClassName
{
border-color: #CFABA4;
}
</style>