Shades of Eunry #C9AAA3
Tints of Eunry #C9AAA3
RGB
CMYK
RGB Variations
Color information
#C9AAA3 (or 0xC9AAA3) is known color: Eunry. HEX triplet: C9, AA and A3. RGB value is (201,170,163). Sum of RGB (Red+Green+Blue) = 201+170+163=534 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.64% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 163 (64.06% from 255 or 30.52% from 534); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AAA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AAA3 is #36555C. Grayscale: #B2B2B2. Windows color (decimal): -3560797 or 10726089. OLE color: 10726089.
HSL color Cylindrical-coordinate representation of color #C9AAA3: hue angle of 11.05º degrees, saturation: 0.26, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9AAA3 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 170 | 163 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.21 |
| HSL | 11.05º | 0.26% | 0.71% | - |
| HSV(B) | 11.05º | 0.19% | 0.79% | - |
| XYZ | 45.07 | 43.81 | 40.73 | - |
| YUV | 178.47 | 119.27 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 170 | 163 | 0 | 0.15 | 0.19 | 0.21 | 11.05 | 0.26 | 0.71 |
| Hex | C9 | AA | A3 | 0 | F | 13 | 15 | B | 1A | 47 |
| Octal | 311 | 252 | 243 | 0 | 17 | 23 | 25 | 13 | 32 | 107 |
| Binary | 11001001 | 10101010 | 10100011 | 0 | 1111 | 10011 | 10101 | 1011 | 11010 | 1000111 |
Color Harmonies of #C9AAA3
Complementary color
Monochromatic Colors of #C9AAA3
Black with #C9AAA3
Text Example
Text Example
White with #C9AAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AAA3; }
p { color: rgb(201,170,163); }
H1.HeaderClassName
{
color: #C9AAA3;
}
.AnyTagClassName
{
color: #C9AAA3;
}
</style>
background-color css
<style>
a { background-color: #C9AAA3; }
a { background-color: rgb(201,170,163); }
div.DivClassName
{
background-color: #C9AAA3;
}
.BgClassName
{
background-color: #C9AAA3;
}
</style>
border-color css
<style>
span { border-color: #C9AAA3; }
span { border-color: rgb(201,170,163); }
td.TdClassName
{
border-color: #C9AAA3;
}
.TagClassName
{
border-color: #C9AAA3;
}
</style>