Shades of Eunry #CFA79B
Tints of Eunry #CFA79B
RGB
CMYK
RGB Variations
Color information
#CFA79B (or 0xCFA79B) is known color: Eunry. HEX triplet: CF, A7 and 9B. RGB value is (207,167,155). Sum of RGB (Red+Green+Blue) = 207+167+155=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 167 (65.62% from 255 or 31.57% from 529); Blue value is 155 (60.94% from 255 or 29.30% from 529); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA79B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA79B is #305864. Grayscale: #B1B1B1. Windows color (decimal): -3168357 or 10201039. OLE color: 10201039.
HSL color Cylindrical-coordinate representation of color #CFA79B: hue angle of 13.85º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFA79B is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 155 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.19 |
| HSL | 13.85º | 0.35% | 0.71% | - |
| HSV(B) | 13.85º | 0.25% | 0.81% | - |
| XYZ | 45.47 | 43.27 | 36.97 | - |
| YUV | 177.59 | 115.25 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 155 | 0 | 0.19 | 0.25 | 0.19 | 13.85 | 0.35 | 0.71 |
| Hex | CF | A7 | 9B | 0 | 13 | 19 | 13 | E | 23 | 47 |
| Octal | 317 | 247 | 233 | 0 | 23 | 31 | 23 | 16 | 43 | 107 |
| Binary | 11001111 | 10100111 | 10011011 | 0 | 10011 | 11001 | 10011 | 1110 | 100011 | 1000111 |
Color Harmonies of #CFA79B
Complementary color
Monochromatic Colors of #CFA79B
Black with #CFA79B
Text Example
Text Example
White with #CFA79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA79B; }
p { color: rgb(207,167,155); }
H1.HeaderClassName
{
color: #CFA79B;
}
.AnyTagClassName
{
color: #CFA79B;
}
</style>
background-color css
<style>
a { background-color: #CFA79B; }
a { background-color: rgb(207,167,155); }
div.DivClassName
{
background-color: #CFA79B;
}
.BgClassName
{
background-color: #CFA79B;
}
</style>
border-color css
<style>
span { border-color: #CFA79B; }
span { border-color: rgb(207,167,155); }
td.TdClassName
{
border-color: #CFA79B;
}
.TagClassName
{
border-color: #CFA79B;
}
</style>