Shades of Eunry #C99E9B
Tints of Eunry #C99E9B
RGB
CMYK
RGB Variations
Color information
#C99E9B (or 0xC99E9B) is known color: Eunry. HEX triplet: C9, 9E and 9B. RGB value is (201,158,155). Sum of RGB (Red+Green+Blue) = 201+158+155=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 155 (60.94% from 255 or 30.16% from 514); Max value from RGB is 201 - color contains mainly: red. Hex color #C99E9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99E9B is #366164. Grayscale: #AAAAAA. Windows color (decimal): -3563877 or 10198729. OLE color: 10198729.
HSL color Cylindrical-coordinate representation of color #C99E9B: hue angle of 3.91º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C99E9B is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 158 | 155 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.21 |
| HSL | 3.91º | 0.3% | 0.7% | - |
| HSV(B) | 3.91º | 0.23% | 0.79% | - |
| XYZ | 42.23 | 39.24 | 36.36 | - |
| YUV | 170.52 | 119.25 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 158 | 155 | 0 | 0.21 | 0.23 | 0.21 | 3.91 | 0.3 | 0.7 |
| Hex | C9 | 9E | 9B | 0 | 15 | 17 | 15 | 4 | 1E | 46 |
| Octal | 311 | 236 | 233 | 0 | 25 | 27 | 25 | 4 | 36 | 106 |
| Binary | 11001001 | 10011110 | 10011011 | 0 | 10101 | 10111 | 10101 | 100 | 11110 | 1000110 |
Color Harmonies of #C99E9B
Complementary color
Monochromatic Colors of #C99E9B
Black with #C99E9B
Text Example
Text Example
White with #C99E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99E9B; }
p { color: rgb(201,158,155); }
H1.HeaderClassName
{
color: #C99E9B;
}
.AnyTagClassName
{
color: #C99E9B;
}
</style>
background-color css
<style>
a { background-color: #C99E9B; }
a { background-color: rgb(201,158,155); }
div.DivClassName
{
background-color: #C99E9B;
}
.BgClassName
{
background-color: #C99E9B;
}
</style>
border-color css
<style>
span { border-color: #C99E9B; }
span { border-color: rgb(201,158,155); }
td.TdClassName
{
border-color: #C99E9B;
}
.TagClassName
{
border-color: #C99E9B;
}
</style>