Shades of Eunry #CFA699
Tints of Eunry #CFA699
RGB
CMYK
RGB Variations
Color information
#CFA699 (or 0xCFA699) is known color: Eunry. HEX triplet: CF, A6 and 99. RGB value is (207,166,153). Sum of RGB (Red+Green+Blue) = 207+166+153=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 166 (65.23% from 255 or 31.56% from 526); Blue value is 153 (60.16% from 255 or 29.09% from 526); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA699 is #305966. Grayscale: #B0B0B0. Windows color (decimal): -3168615 or 10069711. OLE color: 10069711.
HSL color Cylindrical-coordinate representation of color #CFA699: hue angle of 14.44º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFA699 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 153 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.19 |
| HSL | 14.44º | 0.36% | 0.71% | - |
| HSV(B) | 14.44º | 0.26% | 0.81% | - |
| XYZ | 45.12 | 42.84 | 36.03 | - |
| YUV | 176.78 | 114.58 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 153 | 0 | 0.20 | 0.26 | 0.19 | 14.44 | 0.36 | 0.71 |
| Hex | CF | A6 | 99 | 0 | 14 | 1A | 13 | E | 24 | 47 |
| Octal | 317 | 246 | 231 | 0 | 24 | 32 | 23 | 16 | 44 | 107 |
| Binary | 11001111 | 10100110 | 10011001 | 0 | 10100 | 11010 | 10011 | 1110 | 100100 | 1000111 |
Color Harmonies of #CFA699
Complementary color
Monochromatic Colors of #CFA699
Black with #CFA699
Text Example
Text Example
White with #CFA699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA699; }
p { color: rgb(207,166,153); }
H1.HeaderClassName
{
color: #CFA699;
}
.AnyTagClassName
{
color: #CFA699;
}
</style>
background-color css
<style>
a { background-color: #CFA699; }
a { background-color: rgb(207,166,153); }
div.DivClassName
{
background-color: #CFA699;
}
.BgClassName
{
background-color: #CFA699;
}
</style>
border-color css
<style>
span { border-color: #CFA699; }
span { border-color: rgb(207,166,153); }
td.TdClassName
{
border-color: #CFA699;
}
.TagClassName
{
border-color: #CFA699;
}
</style>