Shades of Eunry #CFA5A0
Tints of Eunry #CFA5A0
RGB
CMYK
RGB Variations
Color information
#CFA5A0 (or 0xCFA5A0) is known color: Eunry. HEX triplet: CF, A5 and A0. RGB value is (207,165,160). Sum of RGB (Red+Green+Blue) = 207+165+160=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 165 (64.84% from 255 or 31.02% from 532); Blue value is 160 (62.89% from 255 or 30.08% from 532); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA5A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA5A0 is #305A5F. Grayscale: #B1B1B1. Windows color (decimal): -3168864 or 10528207. OLE color: 10528207.
HSL color Cylindrical-coordinate representation of color #CFA5A0: hue angle of 6.38º 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 #CFA5A0 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 160 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.19 |
| HSL | 6.38º | 0.33% | 0.72% | - |
| HSV(B) | 6.38º | 0.23% | 0.81% | - |
| XYZ | 45.53 | 42.71 | 39.1 | - |
| YUV | 176.99 | 118.41 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 160 | 0 | 0.20 | 0.23 | 0.19 | 6.38 | 0.33 | 0.72 |
| Hex | CF | A5 | A0 | 0 | 14 | 17 | 13 | 6 | 21 | 48 |
| Octal | 317 | 245 | 240 | 0 | 24 | 27 | 23 | 6 | 41 | 110 |
| Binary | 11001111 | 10100101 | 10100000 | 0 | 10100 | 10111 | 10011 | 110 | 100001 | 1001000 |
Color Harmonies of #CFA5A0
Complementary color
Monochromatic Colors of #CFA5A0
Black with #CFA5A0
Text Example
Text Example
White with #CFA5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA5A0; }
p { color: rgb(207,165,160); }
H1.HeaderClassName
{
color: #CFA5A0;
}
.AnyTagClassName
{
color: #CFA5A0;
}
</style>
background-color css
<style>
a { background-color: #CFA5A0; }
a { background-color: rgb(207,165,160); }
div.DivClassName
{
background-color: #CFA5A0;
}
.BgClassName
{
background-color: #CFA5A0;
}
</style>
border-color css
<style>
span { border-color: #CFA5A0; }
span { border-color: rgb(207,165,160); }
td.TdClassName
{
border-color: #CFA5A0;
}
.TagClassName
{
border-color: #CFA5A0;
}
</style>