Shades of Eunry #CFA09D
Tints of Eunry #CFA09D
RGB
CMYK
RGB Variations
Color information
#CFA09D (or 0xCFA09D) is known color: Eunry. HEX triplet: CF, A0 and 9D. RGB value is (207,160,157). Sum of RGB (Red+Green+Blue) = 207+160+157=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 160 (62.89% from 255 or 30.53% from 524); Blue value is 157 (61.72% from 255 or 29.96% from 524); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA09D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA09D is #305F62. Grayscale: #ADADAD. Windows color (decimal): -3170147 or 10330319. OLE color: 10330319.
HSL color Cylindrical-coordinate representation of color #CFA09D: hue angle of 3.6º 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 #CFA09D is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 157 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.19 |
| HSL | 3.6º | 0.34% | 0.71% | - |
| HSV(B) | 3.6º | 0.24% | 0.81% | - |
| XYZ | 44.39 | 40.84 | 37.44 | - |
| YUV | 173.71 | 118.57 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 157 | 0 | 0.23 | 0.24 | 0.19 | 3.6 | 0.34 | 0.71 |
| Hex | CF | A0 | 9D | 0 | 17 | 18 | 13 | 4 | 22 | 47 |
| Octal | 317 | 240 | 235 | 0 | 27 | 30 | 23 | 4 | 42 | 107 |
| Binary | 11001111 | 10100000 | 10011101 | 0 | 10111 | 11000 | 10011 | 100 | 100010 | 1000111 |
Color Harmonies of #CFA09D
Complementary color
Monochromatic Colors of #CFA09D
Black with #CFA09D
Text Example
Text Example
White with #CFA09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA09D; }
p { color: rgb(207,160,157); }
H1.HeaderClassName
{
color: #CFA09D;
}
.AnyTagClassName
{
color: #CFA09D;
}
</style>
background-color css
<style>
a { background-color: #CFA09D; }
a { background-color: rgb(207,160,157); }
div.DivClassName
{
background-color: #CFA09D;
}
.BgClassName
{
background-color: #CFA09D;
}
</style>
border-color css
<style>
span { border-color: #CFA09D; }
span { border-color: rgb(207,160,157); }
td.TdClassName
{
border-color: #CFA09D;
}
.TagClassName
{
border-color: #CFA09D;
}
</style>