Shades of Eunry #CFA7A0
Tints of Eunry #CFA7A0
RGB
CMYK
RGB Variations
Color information
#CFA7A0 (or 0xCFA7A0) is known color: Eunry. HEX triplet: CF, A7 and A0. RGB value is (207,167,160). Sum of RGB (Red+Green+Blue) = 207+167+160=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 167 (65.62% from 255 or 31.27% from 534); Blue value is 160 (62.89% from 255 or 29.96% from 534); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA7A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA7A0 is #30585F. Grayscale: #B2B2B2. Windows color (decimal): -3168352 or 10528719. OLE color: 10528719.
HSL color Cylindrical-coordinate representation of color #CFA7A0: hue angle of 8.94º 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 #CFA7A0 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 160 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.19 |
| HSL | 8.94º | 0.33% | 0.72% | - |
| HSV(B) | 8.94º | 0.23% | 0.81% | - |
| XYZ | 45.9 | 43.44 | 39.22 | - |
| YUV | 178.16 | 117.75 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 160 | 0 | 0.19 | 0.23 | 0.19 | 8.94 | 0.33 | 0.72 |
| Hex | CF | A7 | A0 | 0 | 13 | 17 | 13 | 9 | 21 | 48 |
| Octal | 317 | 247 | 240 | 0 | 23 | 27 | 23 | 11 | 41 | 110 |
| Binary | 11001111 | 10100111 | 10100000 | 0 | 10011 | 10111 | 10011 | 1001 | 100001 | 1001000 |
Color Harmonies of #CFA7A0
Complementary color
Monochromatic Colors of #CFA7A0
Black with #CFA7A0
Text Example
Text Example
White with #CFA7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA7A0; }
p { color: rgb(207,167,160); }
H1.HeaderClassName
{
color: #CFA7A0;
}
.AnyTagClassName
{
color: #CFA7A0;
}
</style>
background-color css
<style>
a { background-color: #CFA7A0; }
a { background-color: rgb(207,167,160); }
div.DivClassName
{
background-color: #CFA7A0;
}
.BgClassName
{
background-color: #CFA7A0;
}
</style>
border-color css
<style>
span { border-color: #CFA7A0; }
span { border-color: rgb(207,167,160); }
td.TdClassName
{
border-color: #CFA7A0;
}
.TagClassName
{
border-color: #CFA7A0;
}
</style>