Shades of Eunry #CFA59F
Tints of Eunry #CFA59F
RGB
CMYK
RGB Variations
Color information
#CFA59F (or 0xCFA59F) is known color: Eunry. HEX triplet: CF, A5 and 9F. RGB value is (207,165,159). Sum of RGB (Red+Green+Blue) = 207+165+159=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 165 (64.84% from 255 or 31.07% from 531); Blue value is 159 (62.5% from 255 or 29.94% from 531); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA59F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA59F is #305A60. Grayscale: #B0B0B0. Windows color (decimal): -3168865 or 10462671. OLE color: 10462671.
HSL color Cylindrical-coordinate representation of color #CFA59F: hue angle of 7.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 #CFA59F is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 159 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.19 |
| HSL | 7.5º | 0.33% | 0.72% | - |
| HSV(B) | 7.5º | 0.23% | 0.81% | - |
| XYZ | 45.45 | 42.68 | 38.64 | - |
| YUV | 176.87 | 117.91 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 159 | 0 | 0.20 | 0.23 | 0.19 | 7.5 | 0.33 | 0.72 |
| Hex | CF | A5 | 9F | 0 | 14 | 17 | 13 | 8 | 21 | 48 |
| Octal | 317 | 245 | 237 | 0 | 24 | 27 | 23 | 10 | 41 | 110 |
| Binary | 11001111 | 10100101 | 10011111 | 0 | 10100 | 10111 | 10011 | 1000 | 100001 | 1001000 |
Color Harmonies of #CFA59F
Complementary color
Monochromatic Colors of #CFA59F
Black with #CFA59F
Text Example
Text Example
White with #CFA59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA59F; }
p { color: rgb(207,165,159); }
H1.HeaderClassName
{
color: #CFA59F;
}
.AnyTagClassName
{
color: #CFA59F;
}
</style>
background-color css
<style>
a { background-color: #CFA59F; }
a { background-color: rgb(207,165,159); }
div.DivClassName
{
background-color: #CFA59F;
}
.BgClassName
{
background-color: #CFA59F;
}
</style>
border-color css
<style>
span { border-color: #CFA59F; }
span { border-color: rgb(207,165,159); }
td.TdClassName
{
border-color: #CFA59F;
}
.TagClassName
{
border-color: #CFA59F;
}
</style>