Shades of Eunry #CFA99D
Tints of Eunry #CFA99D
RGB
CMYK
RGB Variations
Color information
#CFA99D (or 0xCFA99D) is known color: Eunry. HEX triplet: CF, A9 and 9D. RGB value is (207,169,157). Sum of RGB (Red+Green+Blue) = 207+169+157=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 169 (66.41% from 255 or 31.71% from 533); Blue value is 157 (61.72% from 255 or 29.46% from 533); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA99D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA99D is #305662. Grayscale: #B3B3B3. Windows color (decimal): -3167843 or 10332623. OLE color: 10332623.
HSL color Cylindrical-coordinate representation of color #CFA99D: hue angle of 14.4º 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 #CFA99D is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 157 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.19 |
| HSL | 14.4º | 0.34% | 0.71% | - |
| HSV(B) | 14.4º | 0.24% | 0.81% | - |
| XYZ | 46.01 | 44.08 | 37.98 | - |
| YUV | 178.99 | 115.59 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 157 | 0 | 0.18 | 0.24 | 0.19 | 14.4 | 0.34 | 0.71 |
| Hex | CF | A9 | 9D | 0 | 12 | 18 | 13 | E | 22 | 47 |
| Octal | 317 | 251 | 235 | 0 | 22 | 30 | 23 | 16 | 42 | 107 |
| Binary | 11001111 | 10101001 | 10011101 | 0 | 10010 | 11000 | 10011 | 1110 | 100010 | 1000111 |
Color Harmonies of #CFA99D
Complementary color
Monochromatic Colors of #CFA99D
Black with #CFA99D
Text Example
Text Example
White with #CFA99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA99D; }
p { color: rgb(207,169,157); }
H1.HeaderClassName
{
color: #CFA99D;
}
.AnyTagClassName
{
color: #CFA99D;
}
</style>
background-color css
<style>
a { background-color: #CFA99D; }
a { background-color: rgb(207,169,157); }
div.DivClassName
{
background-color: #CFA99D;
}
.BgClassName
{
background-color: #CFA99D;
}
</style>
border-color css
<style>
span { border-color: #CFA99D; }
span { border-color: rgb(207,169,157); }
td.TdClassName
{
border-color: #CFA99D;
}
.TagClassName
{
border-color: #CFA99D;
}
</style>