Shades of Eunry #CFA7A3
Tints of Eunry #CFA7A3
RGB
CMYK
RGB Variations
Color information
#CFA7A3 (or 0xCFA7A3) is known color: Eunry. HEX triplet: CF, A7 and A3. RGB value is (207,167,163). Sum of RGB (Red+Green+Blue) = 207+167+163=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 167 (65.62% from 255 or 31.10% from 537); Blue value is 163 (64.06% from 255 or 30.35% from 537); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA7A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA7A3 is #30585C. Grayscale: #B2B2B2. Windows color (decimal): -3168349 or 10725327. OLE color: 10725327.
HSL color Cylindrical-coordinate representation of color #CFA7A3: hue angle of 5.45º 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 #CFA7A3 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 163 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.19 |
| HSL | 5.45º | 0.31% | 0.73% | - |
| HSV(B) | 5.45º | 0.21% | 0.81% | - |
| XYZ | 46.16 | 43.55 | 40.62 | - |
| YUV | 178.5 | 119.25 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 163 | 0 | 0.19 | 0.21 | 0.19 | 5.45 | 0.31 | 0.73 |
| Hex | CF | A7 | A3 | 0 | 13 | 15 | 13 | 5 | 1F | 49 |
| Octal | 317 | 247 | 243 | 0 | 23 | 25 | 23 | 5 | 37 | 111 |
| Binary | 11001111 | 10100111 | 10100011 | 0 | 10011 | 10101 | 10011 | 101 | 11111 | 1001001 |
Color Harmonies of #CFA7A3
Complementary color
Monochromatic Colors of #CFA7A3
Black with #CFA7A3
Text Example
Text Example
White with #CFA7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA7A3; }
p { color: rgb(207,167,163); }
H1.HeaderClassName
{
color: #CFA7A3;
}
.AnyTagClassName
{
color: #CFA7A3;
}
</style>
background-color css
<style>
a { background-color: #CFA7A3; }
a { background-color: rgb(207,167,163); }
div.DivClassName
{
background-color: #CFA7A3;
}
.BgClassName
{
background-color: #CFA7A3;
}
</style>
border-color css
<style>
span { border-color: #CFA7A3; }
span { border-color: rgb(207,167,163); }
td.TdClassName
{
border-color: #CFA7A3;
}
.TagClassName
{
border-color: #CFA7A3;
}
</style>