Shades of Eunry #CFA6A4
Tints of Eunry #CFA6A4
RGB
CMYK
RGB Variations
Color information
#CFA6A4 (or 0xCFA6A4) is known color: Eunry. HEX triplet: CF, A6 and A4. RGB value is (207,166,164). Sum of RGB (Red+Green+Blue) = 207+166+164=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 166 (65.23% from 255 or 30.91% from 537); Blue value is 164 (64.45% from 255 or 30.54% from 537); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA6A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA6A4 is #30595B. Grayscale: #B2B2B2. Windows color (decimal): -3168604 or 10790607. OLE color: 10790607.
HSL color Cylindrical-coordinate representation of color #CFA6A4: hue angle of 2.79º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFA6A4 is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 164 | - |
| CMYK | 0 | 0.20 | 0.21 | 0.19 |
| HSL | 2.79º | 0.31% | 0.73% | - |
| HSV(B) | 2.79º | 0.21% | 0.81% | - |
| XYZ | 46.07 | 43.22 | 41.04 | - |
| YUV | 178.03 | 120.08 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 164 | 0 | 0.20 | 0.21 | 0.19 | 2.79 | 0.31 | 0.73 |
| Hex | CF | A6 | A4 | 0 | 14 | 15 | 13 | 3 | 1F | 49 |
| Octal | 317 | 246 | 244 | 0 | 24 | 25 | 23 | 3 | 37 | 111 |
| Binary | 11001111 | 10100110 | 10100100 | 0 | 10100 | 10101 | 10011 | 11 | 11111 | 1001001 |
Color Harmonies of #CFA6A4
Complementary color
Monochromatic Colors of #CFA6A4
Black with #CFA6A4
Text Example
Text Example
White with #CFA6A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA6A4; }
p { color: rgb(207,166,164); }
H1.HeaderClassName
{
color: #CFA6A4;
}
.AnyTagClassName
{
color: #CFA6A4;
}
</style>
background-color css
<style>
a { background-color: #CFA6A4; }
a { background-color: rgb(207,166,164); }
div.DivClassName
{
background-color: #CFA6A4;
}
.BgClassName
{
background-color: #CFA6A4;
}
</style>
border-color css
<style>
span { border-color: #CFA6A4; }
span { border-color: rgb(207,166,164); }
td.TdClassName
{
border-color: #CFA6A4;
}
.TagClassName
{
border-color: #CFA6A4;
}
</style>