Shades of Eunry #CFA4A2
Tints of Eunry #CFA4A2
RGB
CMYK
RGB Variations
Color information
#CFA4A2 (or 0xCFA4A2) is known color: Eunry. HEX triplet: CF, A4 and A2. RGB value is (207,164,162). Sum of RGB (Red+Green+Blue) = 207+164+162=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 164 (64.45% from 255 or 30.77% from 533); Blue value is 162 (63.67% from 255 or 30.39% from 533); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA4A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA4A2 is #305B5D. Grayscale: #B0B0B0. Windows color (decimal): -3169118 or 10659023. OLE color: 10659023.
HSL color Cylindrical-coordinate representation of color #CFA4A2: hue angle of 2.67º 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 #CFA4A2 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 162 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.19 |
| HSL | 2.67º | 0.32% | 0.72% | - |
| HSV(B) | 2.67º | 0.22% | 0.81% | - |
| XYZ | 45.53 | 42.42 | 39.97 | - |
| YUV | 176.63 | 119.75 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 162 | 0 | 0.21 | 0.22 | 0.19 | 2.67 | 0.32 | 0.72 |
| Hex | CF | A4 | A2 | 0 | 15 | 16 | 13 | 3 | 20 | 48 |
| Octal | 317 | 244 | 242 | 0 | 25 | 26 | 23 | 3 | 40 | 110 |
| Binary | 11001111 | 10100100 | 10100010 | 0 | 10101 | 10110 | 10011 | 11 | 100000 | 1001000 |
Color Harmonies of #CFA4A2
Complementary color
Monochromatic Colors of #CFA4A2
Black with #CFA4A2
Text Example
Text Example
White with #CFA4A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA4A2; }
p { color: rgb(207,164,162); }
H1.HeaderClassName
{
color: #CFA4A2;
}
.AnyTagClassName
{
color: #CFA4A2;
}
</style>
background-color css
<style>
a { background-color: #CFA4A2; }
a { background-color: rgb(207,164,162); }
div.DivClassName
{
background-color: #CFA4A2;
}
.BgClassName
{
background-color: #CFA4A2;
}
</style>
border-color css
<style>
span { border-color: #CFA4A2; }
span { border-color: rgb(207,164,162); }
td.TdClassName
{
border-color: #CFA4A2;
}
.TagClassName
{
border-color: #CFA4A2;
}
</style>