Shades of Eunry #CFA7A6
Tints of Eunry #CFA7A6
RGB
CMYK
RGB Variations
Color information
#CFA7A6 (or 0xCFA7A6) is known color: Eunry. HEX triplet: CF, A7 and A6. RGB value is (207,167,166). Sum of RGB (Red+Green+Blue) = 207+167+166=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 167 (65.62% from 255 or 30.93% from 540); Blue value is 166 (65.23% from 255 or 30.74% from 540); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA7A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA7A6 is #305859. Grayscale: #B2B2B2. Windows color (decimal): -3168346 or 10921935. OLE color: 10921935.
HSL color Cylindrical-coordinate representation of color #CFA7A6: hue angle of 1.46º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFA7A6 is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 166 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.19 |
| HSL | 1.46º | 0.3% | 0.73% | - |
| HSV(B) | 1.46º | 0.2% | 0.81% | - |
| XYZ | 46.43 | 43.66 | 42.06 | - |
| YUV | 178.85 | 120.75 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 166 | 0 | 0.19 | 0.20 | 0.19 | 1.46 | 0.3 | 0.73 |
| Hex | CF | A7 | A6 | 0 | 13 | 14 | 13 | 1 | 1E | 49 |
| Octal | 317 | 247 | 246 | 0 | 23 | 24 | 23 | 1 | 36 | 111 |
| Binary | 11001111 | 10100111 | 10100110 | 0 | 10011 | 10100 | 10011 | 1 | 11110 | 1001001 |
Color Harmonies of #CFA7A6
Complementary color
Monochromatic Colors of #CFA7A6
Black with #CFA7A6
Text Example
Text Example
White with #CFA7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA7A6; }
p { color: rgb(207,167,166); }
H1.HeaderClassName
{
color: #CFA7A6;
}
.AnyTagClassName
{
color: #CFA7A6;
}
</style>
background-color css
<style>
a { background-color: #CFA7A6; }
a { background-color: rgb(207,167,166); }
div.DivClassName
{
background-color: #CFA7A6;
}
.BgClassName
{
background-color: #CFA7A6;
}
</style>
border-color css
<style>
span { border-color: #CFA7A6; }
span { border-color: rgb(207,167,166); }
td.TdClassName
{
border-color: #CFA7A6;
}
.TagClassName
{
border-color: #CFA7A6;
}
</style>