Shades of Eunry #CFA2A0
Tints of Eunry #CFA2A0
RGB
CMYK
RGB Variations
Color information
#CFA2A0 (or 0xCFA2A0) is known color: Eunry. HEX triplet: CF, A2 and A0. RGB value is (207,162,160). Sum of RGB (Red+Green+Blue) = 207+162+160=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 162 (63.67% from 255 or 30.62% from 529); Blue value is 160 (62.89% from 255 or 30.25% from 529); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA2A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA2A0 is #305D5F. Grayscale: #AFAFAF. Windows color (decimal): -3169632 or 10527439. OLE color: 10527439.
HSL color Cylindrical-coordinate representation of color #CFA2A0: hue angle of 2.55º 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 #CFA2A0 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 160 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.19 |
| HSL | 2.55º | 0.33% | 0.72% | - |
| HSV(B) | 2.55º | 0.23% | 0.81% | - |
| XYZ | 45 | 41.64 | 38.92 | - |
| YUV | 175.23 | 119.41 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 160 | 0 | 0.22 | 0.23 | 0.19 | 2.55 | 0.33 | 0.72 |
| Hex | CF | A2 | A0 | 0 | 16 | 17 | 13 | 3 | 21 | 48 |
| Octal | 317 | 242 | 240 | 0 | 26 | 27 | 23 | 3 | 41 | 110 |
| Binary | 11001111 | 10100010 | 10100000 | 0 | 10110 | 10111 | 10011 | 11 | 100001 | 1001000 |
Color Harmonies of #CFA2A0
Complementary color
Monochromatic Colors of #CFA2A0
Black with #CFA2A0
Text Example
Text Example
White with #CFA2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA2A0; }
p { color: rgb(207,162,160); }
H1.HeaderClassName
{
color: #CFA2A0;
}
.AnyTagClassName
{
color: #CFA2A0;
}
</style>
background-color css
<style>
a { background-color: #CFA2A0; }
a { background-color: rgb(207,162,160); }
div.DivClassName
{
background-color: #CFA2A0;
}
.BgClassName
{
background-color: #CFA2A0;
}
</style>
border-color css
<style>
span { border-color: #CFA2A0; }
span { border-color: rgb(207,162,160); }
td.TdClassName
{
border-color: #CFA2A0;
}
.TagClassName
{
border-color: #CFA2A0;
}
</style>