Shades of Eunry #CFA29E
Tints of Eunry #CFA29E
RGB
CMYK
RGB Variations
Color information
#CFA29E (or 0xCFA29E) is known color: Eunry. HEX triplet: CF, A2 and 9E. RGB value is (207,162,158). Sum of RGB (Red+Green+Blue) = 207+162+158=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 162 (63.67% from 255 or 30.74% from 527); Blue value is 158 (62.11% from 255 or 29.98% from 527); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA29E is #305D61. Grayscale: #AFAFAF. Windows color (decimal): -3169634 or 10396367. OLE color: 10396367.
HSL color Cylindrical-coordinate representation of color #CFA29E: hue angle of 4.9º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFA29E is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 158 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.19 |
| HSL | 4.9º | 0.34% | 0.72% | - |
| HSV(B) | 4.9º | 0.24% | 0.81% | - |
| XYZ | 44.82 | 41.57 | 38.01 | - |
| YUV | 175 | 118.41 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 158 | 0 | 0.22 | 0.24 | 0.19 | 4.9 | 0.34 | 0.72 |
| Hex | CF | A2 | 9E | 0 | 16 | 18 | 13 | 5 | 22 | 48 |
| Octal | 317 | 242 | 236 | 0 | 26 | 30 | 23 | 5 | 42 | 110 |
| Binary | 11001111 | 10100010 | 10011110 | 0 | 10110 | 11000 | 10011 | 101 | 100010 | 1001000 |
Color Harmonies of #CFA29E
Complementary color
Monochromatic Colors of #CFA29E
Black with #CFA29E
Text Example
Text Example
White with #CFA29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA29E; }
p { color: rgb(207,162,158); }
H1.HeaderClassName
{
color: #CFA29E;
}
.AnyTagClassName
{
color: #CFA29E;
}
</style>
background-color css
<style>
a { background-color: #CFA29E; }
a { background-color: rgb(207,162,158); }
div.DivClassName
{
background-color: #CFA29E;
}
.BgClassName
{
background-color: #CFA29E;
}
</style>
border-color css
<style>
span { border-color: #CFA29E; }
span { border-color: rgb(207,162,158); }
td.TdClassName
{
border-color: #CFA29E;
}
.TagClassName
{
border-color: #CFA29E;
}
</style>