Shades of Eunry #CFAC9E
Tints of Eunry #CFAC9E
RGB
CMYK
RGB Variations
Color information
#CFAC9E (or 0xCFAC9E) is known color: Eunry. HEX triplet: CF, AC and 9E. RGB value is (207,172,158). Sum of RGB (Red+Green+Blue) = 207+172+158=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 158 (62.11% from 255 or 29.42% from 537); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAC9E is #305361. Grayscale: #B4B4B4. Windows color (decimal): -3167074 or 10398927. OLE color: 10398927.
HSL color Cylindrical-coordinate representation of color #CFAC9E: hue angle of 17.14º 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 #CFAC9E is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 158 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.19 |
| HSL | 17.14º | 0.34% | 0.72% | - |
| HSV(B) | 17.14º | 0.24% | 0.81% | - |
| XYZ | 46.66 | 45.24 | 38.62 | - |
| YUV | 180.87 | 115.1 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 158 | 0 | 0.17 | 0.24 | 0.19 | 17.14 | 0.34 | 0.72 |
| Hex | CF | AC | 9E | 0 | 11 | 18 | 13 | 11 | 22 | 48 |
| Octal | 317 | 254 | 236 | 0 | 21 | 30 | 23 | 21 | 42 | 110 |
| Binary | 11001111 | 10101100 | 10011110 | 0 | 10001 | 11000 | 10011 | 10001 | 100010 | 1001000 |
Color Harmonies of #CFAC9E
Complementary color
Monochromatic Colors of #CFAC9E
Black with #CFAC9E
Text Example
Text Example
White with #CFAC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC9E; }
p { color: rgb(207,172,158); }
H1.HeaderClassName
{
color: #CFAC9E;
}
.AnyTagClassName
{
color: #CFAC9E;
}
</style>
background-color css
<style>
a { background-color: #CFAC9E; }
a { background-color: rgb(207,172,158); }
div.DivClassName
{
background-color: #CFAC9E;
}
.BgClassName
{
background-color: #CFAC9E;
}
</style>
border-color css
<style>
span { border-color: #CFAC9E; }
span { border-color: rgb(207,172,158); }
td.TdClassName
{
border-color: #CFAC9E;
}
.TagClassName
{
border-color: #CFAC9E;
}
</style>