Shades of Eunry #CFA6A3
Tints of Eunry #CFA6A3
RGB
CMYK
RGB Variations
Color information
#CFA6A3 (or 0xCFA6A3) is known color: Eunry. HEX triplet: CF, A6 and A3. RGB value is (207,166,163). Sum of RGB (Red+Green+Blue) = 207+166+163=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 166 (65.23% from 255 or 30.97% from 536); Blue value is 163 (64.06% from 255 or 30.41% from 536); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA6A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA6A3 is #30595C. Grayscale: #B1B1B1. Windows color (decimal): -3168605 or 10725071. OLE color: 10725071.
HSL color Cylindrical-coordinate representation of color #CFA6A3: hue angle of 4.09º 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 #CFA6A3 is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 163 | - |
| CMYK | 0 | 0.20 | 0.21 | 0.19 |
| HSL | 4.09º | 0.31% | 0.73% | - |
| HSV(B) | 4.09º | 0.21% | 0.81% | - |
| XYZ | 45.98 | 43.18 | 40.56 | - |
| YUV | 177.92 | 119.58 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 163 | 0 | 0.20 | 0.21 | 0.19 | 4.09 | 0.31 | 0.73 |
| Hex | CF | A6 | A3 | 0 | 14 | 15 | 13 | 4 | 1F | 49 |
| Octal | 317 | 246 | 243 | 0 | 24 | 25 | 23 | 4 | 37 | 111 |
| Binary | 11001111 | 10100110 | 10100011 | 0 | 10100 | 10101 | 10011 | 100 | 11111 | 1001001 |
Color Harmonies of #CFA6A3
Complementary color
Monochromatic Colors of #CFA6A3
Black with #CFA6A3
Text Example
Text Example
White with #CFA6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA6A3; }
p { color: rgb(207,166,163); }
H1.HeaderClassName
{
color: #CFA6A3;
}
.AnyTagClassName
{
color: #CFA6A3;
}
</style>
background-color css
<style>
a { background-color: #CFA6A3; }
a { background-color: rgb(207,166,163); }
div.DivClassName
{
background-color: #CFA6A3;
}
.BgClassName
{
background-color: #CFA6A3;
}
</style>
border-color css
<style>
span { border-color: #CFA6A3; }
span { border-color: rgb(207,166,163); }
td.TdClassName
{
border-color: #CFA6A3;
}
.TagClassName
{
border-color: #CFA6A3;
}
</style>