Shades of Eunry #CFA7A4
Tints of Eunry #CFA7A4
RGB
CMYK
RGB Variations
Color information
#CFA7A4 (or 0xCFA7A4) is known color: Eunry. HEX triplet: CF, A7 and A4. RGB value is (207,167,164). Sum of RGB (Red+Green+Blue) = 207+167+164=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 167 (65.62% from 255 or 31.04% from 538); Blue value is 164 (64.45% from 255 or 30.48% from 538); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA7A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA7A4 is #30585B. Grayscale: #B2B2B2. Windows color (decimal): -3168348 or 10790863. OLE color: 10790863.
HSL color Cylindrical-coordinate representation of color #CFA7A4: hue angle of 4.19º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFA7A4 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 164 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.19 |
| HSL | 4.19º | 0.31% | 0.73% | - |
| HSV(B) | 4.19º | 0.21% | 0.81% | - |
| XYZ | 46.25 | 43.58 | 41.1 | - |
| YUV | 178.62 | 119.75 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 164 | 0 | 0.19 | 0.21 | 0.19 | 4.19 | 0.31 | 0.73 |
| Hex | CF | A7 | A4 | 0 | 13 | 15 | 13 | 4 | 1F | 49 |
| Octal | 317 | 247 | 244 | 0 | 23 | 25 | 23 | 4 | 37 | 111 |
| Binary | 11001111 | 10100111 | 10100100 | 0 | 10011 | 10101 | 10011 | 100 | 11111 | 1001001 |
Color Harmonies of #CFA7A4
Complementary color
Monochromatic Colors of #CFA7A4
Black with #CFA7A4
Text Example
Text Example
White with #CFA7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA7A4; }
p { color: rgb(207,167,164); }
H1.HeaderClassName
{
color: #CFA7A4;
}
.AnyTagClassName
{
color: #CFA7A4;
}
</style>
background-color css
<style>
a { background-color: #CFA7A4; }
a { background-color: rgb(207,167,164); }
div.DivClassName
{
background-color: #CFA7A4;
}
.BgClassName
{
background-color: #CFA7A4;
}
</style>
border-color css
<style>
span { border-color: #CFA7A4; }
span { border-color: rgb(207,167,164); }
td.TdClassName
{
border-color: #CFA7A4;
}
.TagClassName
{
border-color: #CFA7A4;
}
</style>