Shades of Eunry #CFA39D
Tints of Eunry #CFA39D
RGB
CMYK
RGB Variations
Color information
#CFA39D (or 0xCFA39D) is known color: Eunry. HEX triplet: CF, A3 and 9D. RGB value is (207,163,157). Sum of RGB (Red+Green+Blue) = 207+163+157=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 163 (64.06% from 255 or 30.93% from 527); Blue value is 157 (61.72% from 255 or 29.79% from 527); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA39D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA39D is #305C62. Grayscale: #AFAFAF. Windows color (decimal): -3169379 or 10331087. OLE color: 10331087.
HSL color Cylindrical-coordinate representation of color #CFA39D: hue angle of 7.2º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFA39D is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 157 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.19 |
| HSL | 7.2º | 0.34% | 0.71% | - |
| HSV(B) | 7.2º | 0.24% | 0.81% | - |
| XYZ | 44.92 | 41.89 | 37.62 | - |
| YUV | 175.47 | 117.58 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 157 | 0 | 0.21 | 0.24 | 0.19 | 7.2 | 0.34 | 0.71 |
| Hex | CF | A3 | 9D | 0 | 15 | 18 | 13 | 7 | 22 | 47 |
| Octal | 317 | 243 | 235 | 0 | 25 | 30 | 23 | 7 | 42 | 107 |
| Binary | 11001111 | 10100011 | 10011101 | 0 | 10101 | 11000 | 10011 | 111 | 100010 | 1000111 |
Color Harmonies of #CFA39D
Complementary color
Monochromatic Colors of #CFA39D
Black with #CFA39D
Text Example
Text Example
White with #CFA39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA39D; }
p { color: rgb(207,163,157); }
H1.HeaderClassName
{
color: #CFA39D;
}
.AnyTagClassName
{
color: #CFA39D;
}
</style>
background-color css
<style>
a { background-color: #CFA39D; }
a { background-color: rgb(207,163,157); }
div.DivClassName
{
background-color: #CFA39D;
}
.BgClassName
{
background-color: #CFA39D;
}
</style>
border-color css
<style>
span { border-color: #CFA39D; }
span { border-color: rgb(207,163,157); }
td.TdClassName
{
border-color: #CFA39D;
}
.TagClassName
{
border-color: #CFA39D;
}
</style>