Shades of Eunry #CFA69E
Tints of Eunry #CFA69E
RGB
CMYK
RGB Variations
Color information
#CFA69E (or 0xCFA69E) is known color: Eunry. HEX triplet: CF, A6 and 9E. RGB value is (207,166,158). Sum of RGB (Red+Green+Blue) = 207+166+158=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 166 (65.23% from 255 or 31.26% from 531); Blue value is 158 (62.11% from 255 or 29.76% from 531); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA69E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA69E is #305961. Grayscale: #B1B1B1. Windows color (decimal): -3168610 or 10397391. OLE color: 10397391.
HSL color Cylindrical-coordinate representation of color #CFA69E: hue angle of 9.8º 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 #CFA69E is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 158 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.19 |
| HSL | 9.8º | 0.34% | 0.72% | - |
| HSV(B) | 9.8º | 0.24% | 0.81% | - |
| XYZ | 45.54 | 43.01 | 38.25 | - |
| YUV | 177.35 | 117.08 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 158 | 0 | 0.20 | 0.24 | 0.19 | 9.8 | 0.34 | 0.72 |
| Hex | CF | A6 | 9E | 0 | 14 | 18 | 13 | A | 22 | 48 |
| Octal | 317 | 246 | 236 | 0 | 24 | 30 | 23 | 12 | 42 | 110 |
| Binary | 11001111 | 10100110 | 10011110 | 0 | 10100 | 11000 | 10011 | 1010 | 100010 | 1001000 |
Color Harmonies of #CFA69E
Complementary color
Monochromatic Colors of #CFA69E
Black with #CFA69E
Text Example
Text Example
White with #CFA69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA69E; }
p { color: rgb(207,166,158); }
H1.HeaderClassName
{
color: #CFA69E;
}
.AnyTagClassName
{
color: #CFA69E;
}
</style>
background-color css
<style>
a { background-color: #CFA69E; }
a { background-color: rgb(207,166,158); }
div.DivClassName
{
background-color: #CFA69E;
}
.BgClassName
{
background-color: #CFA69E;
}
</style>
border-color css
<style>
span { border-color: #CFA69E; }
span { border-color: rgb(207,166,158); }
td.TdClassName
{
border-color: #CFA69E;
}
.TagClassName
{
border-color: #CFA69E;
}
</style>