Shades of Eunry #CFA399
Tints of Eunry #CFA399
RGB
CMYK
RGB Variations
Color information
#CFA399 (or 0xCFA399) is known color: Eunry. HEX triplet: CF, A3 and 99. RGB value is (207,163,153). Sum of RGB (Red+Green+Blue) = 207+163+153=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 163 (64.06% from 255 or 31.17% from 523); Blue value is 153 (60.16% from 255 or 29.25% from 523); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA399 is #305C66. Grayscale: #AFAFAF. Windows color (decimal): -3169383 or 10068943. OLE color: 10068943.
HSL color Cylindrical-coordinate representation of color #CFA399: hue angle of 11.11º 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 #CFA399 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 153 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.19 |
| HSL | 11.11º | 0.36% | 0.71% | - |
| HSV(B) | 11.11º | 0.26% | 0.81% | - |
| XYZ | 44.58 | 41.76 | 35.85 | - |
| YUV | 175.02 | 115.58 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 153 | 0 | 0.21 | 0.26 | 0.19 | 11.11 | 0.36 | 0.71 |
| Hex | CF | A3 | 99 | 0 | 15 | 1A | 13 | B | 24 | 47 |
| Octal | 317 | 243 | 231 | 0 | 25 | 32 | 23 | 13 | 44 | 107 |
| Binary | 11001111 | 10100011 | 10011001 | 0 | 10101 | 11010 | 10011 | 1011 | 100100 | 1000111 |
Color Harmonies of #CFA399
Complementary color
Monochromatic Colors of #CFA399
Black with #CFA399
Text Example
Text Example
White with #CFA399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA399; }
p { color: rgb(207,163,153); }
H1.HeaderClassName
{
color: #CFA399;
}
.AnyTagClassName
{
color: #CFA399;
}
</style>
background-color css
<style>
a { background-color: #CFA399; }
a { background-color: rgb(207,163,153); }
div.DivClassName
{
background-color: #CFA399;
}
.BgClassName
{
background-color: #CFA399;
}
</style>
border-color css
<style>
span { border-color: #CFA399; }
span { border-color: rgb(207,163,153); }
td.TdClassName
{
border-color: #CFA399;
}
.TagClassName
{
border-color: #CFA399;
}
</style>