Shades of Eunry #CFA99E
Tints of Eunry #CFA99E
RGB
CMYK
RGB Variations
Color information
#CFA99E (or 0xCFA99E) is known color: Eunry. HEX triplet: CF, A9 and 9E. RGB value is (207,169,158). Sum of RGB (Red+Green+Blue) = 207+169+158=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 169 (66.41% from 255 or 31.65% from 534); Blue value is 158 (62.11% from 255 or 29.59% from 534); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA99E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA99E is #305661. Grayscale: #B3B3B3. Windows color (decimal): -3167842 or 10398159. OLE color: 10398159.
HSL color Cylindrical-coordinate representation of color #CFA99E: hue angle of 13.47º 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 #CFA99E is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 158 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.19 |
| HSL | 13.47º | 0.34% | 0.72% | - |
| HSV(B) | 13.47º | 0.24% | 0.81% | - |
| XYZ | 46.09 | 44.11 | 38.43 | - |
| YUV | 179.11 | 116.09 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 158 | 0 | 0.18 | 0.24 | 0.19 | 13.47 | 0.34 | 0.72 |
| Hex | CF | A9 | 9E | 0 | 12 | 18 | 13 | D | 22 | 48 |
| Octal | 317 | 251 | 236 | 0 | 22 | 30 | 23 | 15 | 42 | 110 |
| Binary | 11001111 | 10101001 | 10011110 | 0 | 10010 | 11000 | 10011 | 1101 | 100010 | 1001000 |
Color Harmonies of #CFA99E
Complementary color
Monochromatic Colors of #CFA99E
Black with #CFA99E
Text Example
Text Example
White with #CFA99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA99E; }
p { color: rgb(207,169,158); }
H1.HeaderClassName
{
color: #CFA99E;
}
.AnyTagClassName
{
color: #CFA99E;
}
</style>
background-color css
<style>
a { background-color: #CFA99E; }
a { background-color: rgb(207,169,158); }
div.DivClassName
{
background-color: #CFA99E;
}
.BgClassName
{
background-color: #CFA99E;
}
</style>
border-color css
<style>
span { border-color: #CFA99E; }
span { border-color: rgb(207,169,158); }
td.TdClassName
{
border-color: #CFA99E;
}
.TagClassName
{
border-color: #CFA99E;
}
</style>