Shades of Eunry #CFA79D
Tints of Eunry #CFA79D
RGB
CMYK
RGB Variations
Color information
#CFA79D (or 0xCFA79D) is known color: Eunry. HEX triplet: CF, A7 and 9D. RGB value is (207,167,157). Sum of RGB (Red+Green+Blue) = 207+167+157=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 167 (65.62% from 255 or 31.45% from 531); Blue value is 157 (61.72% from 255 or 29.57% from 531); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA79D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA79D is #305862. Grayscale: #B1B1B1. Windows color (decimal): -3168355 or 10332111. OLE color: 10332111.
HSL color Cylindrical-coordinate representation of color #CFA79D: hue angle of 12º 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 #CFA79D is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 157 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.19 |
| HSL | 12º | 0.34% | 0.71% | - |
| HSV(B) | 12º | 0.24% | 0.81% | - |
| XYZ | 45.64 | 43.34 | 37.86 | - |
| YUV | 177.82 | 116.25 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 157 | 0 | 0.19 | 0.24 | 0.19 | 12 | 0.34 | 0.71 |
| Hex | CF | A7 | 9D | 0 | 13 | 18 | 13 | C | 22 | 47 |
| Octal | 317 | 247 | 235 | 0 | 23 | 30 | 23 | 14 | 42 | 107 |
| Binary | 11001111 | 10100111 | 10011101 | 0 | 10011 | 11000 | 10011 | 1100 | 100010 | 1000111 |
Color Harmonies of #CFA79D
Complementary color
Monochromatic Colors of #CFA79D
Black with #CFA79D
Text Example
Text Example
White with #CFA79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA79D; }
p { color: rgb(207,167,157); }
H1.HeaderClassName
{
color: #CFA79D;
}
.AnyTagClassName
{
color: #CFA79D;
}
</style>
background-color css
<style>
a { background-color: #CFA79D; }
a { background-color: rgb(207,167,157); }
div.DivClassName
{
background-color: #CFA79D;
}
.BgClassName
{
background-color: #CFA79D;
}
</style>
border-color css
<style>
span { border-color: #CFA79D; }
span { border-color: rgb(207,167,157); }
td.TdClassName
{
border-color: #CFA79D;
}
.TagClassName
{
border-color: #CFA79D;
}
</style>