Shades of Eunry #C7AA9C
Tints of Eunry #C7AA9C
RGB
CMYK
RGB Variations
Color information
#C7AA9C (or 0xC7AA9C) is known color: Eunry. HEX triplet: C7, AA and 9C. RGB value is (199,170,156). Sum of RGB (Red+Green+Blue) = 199+170+156=525 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.90% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 156 (61.33% from 255 or 29.71% from 525); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AA9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AA9C is #385563. Grayscale: #B1B1B1. Windows color (decimal): -3691876 or 10267335. OLE color: 10267335.
HSL color Cylindrical-coordinate representation of color #C7AA9C: hue angle of 19.53º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7AA9C is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 170 | 156 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.22 |
| HSL | 19.53º | 0.28% | 0.7% | - |
| HSV(B) | 19.53º | 0.22% | 0.78% | - |
| XYZ | 43.93 | 43.29 | 37.49 | - |
| YUV | 177.08 | 116.11 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 170 | 156 | 0 | 0.15 | 0.22 | 0.22 | 19.53 | 0.28 | 0.7 |
| Hex | C7 | AA | 9C | 0 | F | 16 | 16 | 14 | 1C | 46 |
| Octal | 307 | 252 | 234 | 0 | 17 | 26 | 26 | 24 | 34 | 106 |
| Binary | 11000111 | 10101010 | 10011100 | 0 | 1111 | 10110 | 10110 | 10100 | 11100 | 1000110 |
Color Harmonies of #C7AA9C
Complementary color
Monochromatic Colors of #C7AA9C
Black with #C7AA9C
Text Example
Text Example
White with #C7AA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AA9C; }
p { color: rgb(199,170,156); }
H1.HeaderClassName
{
color: #C7AA9C;
}
.AnyTagClassName
{
color: #C7AA9C;
}
</style>
background-color css
<style>
a { background-color: #C7AA9C; }
a { background-color: rgb(199,170,156); }
div.DivClassName
{
background-color: #C7AA9C;
}
.BgClassName
{
background-color: #C7AA9C;
}
</style>
border-color css
<style>
span { border-color: #C7AA9C; }
span { border-color: rgb(199,170,156); }
td.TdClassName
{
border-color: #C7AA9C;
}
.TagClassName
{
border-color: #C7AA9C;
}
</style>