Shades of Eunry #C99A96
Tints of Eunry #C99A96
RGB
CMYK
RGB Variations
Color information
#C99A96 (or 0xC99A96) is known color: Eunry. HEX triplet: C9, 9A and 96. RGB value is (201,154,150). Sum of RGB (Red+Green+Blue) = 201+154+150=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 150 (58.98% from 255 or 29.70% from 505); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99A96 is #366569. Grayscale: #A7A7A7. Windows color (decimal): -3564906 or 9870025. OLE color: 9870025.
HSL color Cylindrical-coordinate representation of color #C99A96: hue angle of 4.71º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C99A96 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 154 | 150 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.21 |
| HSL | 4.71º | 0.32% | 0.69% | - |
| HSV(B) | 4.71º | 0.25% | 0.79% | - |
| XYZ | 41.15 | 37.73 | 33.97 | - |
| YUV | 167.6 | 118.07 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 154 | 150 | 0 | 0.23 | 0.25 | 0.21 | 4.71 | 0.32 | 0.69 |
| Hex | C9 | 9A | 96 | 0 | 17 | 19 | 15 | 5 | 20 | 45 |
| Octal | 311 | 232 | 226 | 0 | 27 | 31 | 25 | 5 | 40 | 105 |
| Binary | 11001001 | 10011010 | 10010110 | 0 | 10111 | 11001 | 10101 | 101 | 100000 | 1000101 |
Color Harmonies of #C99A96
Complementary color
Monochromatic Colors of #C99A96
Black with #C99A96
Text Example
Text Example
White with #C99A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99A96; }
p { color: rgb(201,154,150); }
H1.HeaderClassName
{
color: #C99A96;
}
.AnyTagClassName
{
color: #C99A96;
}
</style>
background-color css
<style>
a { background-color: #C99A96; }
a { background-color: rgb(201,154,150); }
div.DivClassName
{
background-color: #C99A96;
}
.BgClassName
{
background-color: #C99A96;
}
</style>
border-color css
<style>
span { border-color: #C99A96; }
span { border-color: rgb(201,154,150); }
td.TdClassName
{
border-color: #C99A96;
}
.TagClassName
{
border-color: #C99A96;
}
</style>