Shades of Eunry #CFA39F
Tints of Eunry #CFA39F
RGB
CMYK
RGB Variations
Color information
#CFA39F (or 0xCFA39F) is known color: Eunry. HEX triplet: CF, A3 and 9F. RGB value is (207,163,159). Sum of RGB (Red+Green+Blue) = 207+163+159=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 163 (64.06% from 255 or 30.81% from 529); Blue value is 159 (62.5% from 255 or 30.06% from 529); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA39F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA39F is #305C60. Grayscale: #AFAFAF. Windows color (decimal): -3169377 or 10462159. OLE color: 10462159.
HSL color Cylindrical-coordinate representation of color #CFA39F: hue angle of 5º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFA39F is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 159 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.19 |
| HSL | 5º | 0.33% | 0.72% | - |
| HSV(B) | 5º | 0.23% | 0.81% | - |
| XYZ | 45.09 | 41.96 | 38.52 | - |
| YUV | 175.7 | 118.58 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 159 | 0 | 0.21 | 0.23 | 0.19 | 5 | 0.33 | 0.72 |
| Hex | CF | A3 | 9F | 0 | 15 | 17 | 13 | 5 | 21 | 48 |
| Octal | 317 | 243 | 237 | 0 | 25 | 27 | 23 | 5 | 41 | 110 |
| Binary | 11001111 | 10100011 | 10011111 | 0 | 10101 | 10111 | 10011 | 101 | 100001 | 1001000 |
Color Harmonies of #CFA39F
Complementary color
Monochromatic Colors of #CFA39F
Black with #CFA39F
Text Example
Text Example
White with #CFA39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA39F; }
p { color: rgb(207,163,159); }
H1.HeaderClassName
{
color: #CFA39F;
}
.AnyTagClassName
{
color: #CFA39F;
}
</style>
background-color css
<style>
a { background-color: #CFA39F; }
a { background-color: rgb(207,163,159); }
div.DivClassName
{
background-color: #CFA39F;
}
.BgClassName
{
background-color: #CFA39F;
}
</style>
border-color css
<style>
span { border-color: #CFA39F; }
span { border-color: rgb(207,163,159); }
td.TdClassName
{
border-color: #CFA39F;
}
.TagClassName
{
border-color: #CFA39F;
}
</style>