Shades of Eunry #CFA49D
Tints of Eunry #CFA49D
RGB
CMYK
RGB Variations
Color information
#CFA49D (or 0xCFA49D) is known color: Eunry. HEX triplet: CF, A4 and 9D. RGB value is (207,164,157). Sum of RGB (Red+Green+Blue) = 207+164+157=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 164 (64.45% from 255 or 31.06% from 528); Blue value is 157 (61.72% from 255 or 29.73% from 528); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA49D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA49D is #305B62. Grayscale: #B0B0B0. Windows color (decimal): -3169123 or 10331343. OLE color: 10331343.
HSL color Cylindrical-coordinate representation of color #CFA49D: hue angle of 8.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 #CFA49D is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 164 | 157 | - |
CMYK | 0 | 0.21 | 0.24 | 0.19 |
HSL | 8.4º | 0.34% | 0.71% | - |
HSV(B) | 8.4º | 0.24% | 0.81% | - |
XYZ | 45.09 | 42.25 | 37.68 | - |
YUV | 176.06 | 117.25 | 150.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 164 | 157 | 0 | 0.21 | 0.24 | 0.19 | 8.4 | 0.34 | 0.71 |
Hex | CF | A4 | 9D | 0 | 15 | 18 | 13 | 8 | 22 | 47 |
Octal | 317 | 244 | 235 | 0 | 25 | 30 | 23 | 10 | 42 | 107 |
Binary | 11001111 | 10100100 | 10011101 | 0 | 10101 | 11000 | 10011 | 1000 | 100010 | 1000111 |
Color Harmonies of #CFA49D
Complementary color
Monochromatic Colors of #CFA49D
Black with #CFA49D
Text Example
Text Example
White with #CFA49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA49D; }
p { color: rgb(207,164,157); }
H1.HeaderClassName
{
color: #CFA49D;
}
.AnyTagClassName
{
color: #CFA49D;
}
</style>
background-color css
<style>
a { background-color: #CFA49D; }
a { background-color: rgb(207,164,157); }
div.DivClassName
{
background-color: #CFA49D;
}
.BgClassName
{
background-color: #CFA49D;
}
</style>
border-color css
<style>
span { border-color: #CFA49D; }
span { border-color: rgb(207,164,157); }
td.TdClassName
{
border-color: #CFA49D;
}
.TagClassName
{
border-color: #CFA49D;
}
</style>