Shades of Eunry #CFA8A1
Tints of Eunry #CFA8A1
RGB
CMYK
RGB Variations
Color information
#CFA8A1 (or 0xCFA8A1) is known color: Eunry. HEX triplet: CF, A8 and A1. RGB value is (207,168,161). Sum of RGB (Red+Green+Blue) = 207+168+161=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 168 (66.02% from 255 or 31.34% from 536); Blue value is 161 (63.28% from 255 or 30.04% from 536); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA8A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA8A1 is #30575E. Grayscale: #B2B2B2. Windows color (decimal): -3168095 or 10594511. OLE color: 10594511.
HSL color Cylindrical-coordinate representation of color #CFA8A1: hue angle of 9.13º 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 #CFA8A1 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 161 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.19 |
| HSL | 9.13º | 0.32% | 0.72% | - |
| HSV(B) | 9.13º | 0.22% | 0.81% | - |
| XYZ | 46.17 | 43.84 | 39.75 | - |
| YUV | 178.86 | 117.92 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 161 | 0 | 0.19 | 0.22 | 0.19 | 9.13 | 0.32 | 0.72 |
| Hex | CF | A8 | A1 | 0 | 13 | 16 | 13 | 9 | 20 | 48 |
| Octal | 317 | 250 | 241 | 0 | 23 | 26 | 23 | 11 | 40 | 110 |
| Binary | 11001111 | 10101000 | 10100001 | 0 | 10011 | 10110 | 10011 | 1001 | 100000 | 1001000 |
Color Harmonies of #CFA8A1
Complementary color
Monochromatic Colors of #CFA8A1
Black with #CFA8A1
Text Example
Text Example
White with #CFA8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA8A1; }
p { color: rgb(207,168,161); }
H1.HeaderClassName
{
color: #CFA8A1;
}
.AnyTagClassName
{
color: #CFA8A1;
}
</style>
background-color css
<style>
a { background-color: #CFA8A1; }
a { background-color: rgb(207,168,161); }
div.DivClassName
{
background-color: #CFA8A1;
}
.BgClassName
{
background-color: #CFA8A1;
}
</style>
border-color css
<style>
span { border-color: #CFA8A1; }
span { border-color: rgb(207,168,161); }
td.TdClassName
{
border-color: #CFA8A1;
}
.TagClassName
{
border-color: #CFA8A1;
}
</style>