Shades of Eunry #C99D9D
Tints of Eunry #C99D9D
RGB
CMYK
RGB Variations
Color information
#C99D9D (or 0xC99D9D) is known color: Eunry. HEX triplet: C9, 9D and 9D. RGB value is (201,157,157). Sum of RGB (Red+Green+Blue) = 201+157+157=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 157 (61.72% from 255 or 30.49% from 515); Blue value is 157 (61.72% from 255 or 30.49% from 515); Max value from RGB is 201 - color contains mainly: red. Hex color #C99D9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99D9D is #366262. Grayscale: #AAAAAA. Windows color (decimal): -3564131 or 10329545. OLE color: 10329545.
HSL color Cylindrical-coordinate representation of color #C99D9D: hue angle of 0º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C99D9D is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 157 | 157 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.21 |
| HSL | 0º | 0.29% | 0.7% | - |
| HSV(B) | 0º | 0.22% | 0.79% | - |
| XYZ | 42.23 | 38.97 | 37.19 | - |
| YUV | 170.16 | 120.58 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 157 | 157 | 0 | 0.22 | 0.22 | 0.21 | 0 | 0.29 | 0.7 |
| Hex | C9 | 9D | 9D | 0 | 16 | 16 | 15 | 0 | 1D | 46 |
| Octal | 311 | 235 | 235 | 0 | 26 | 26 | 25 | 0 | 35 | 106 |
| Binary | 11001001 | 10011101 | 10011101 | 0 | 10110 | 10110 | 10101 | 0 | 11101 | 1000110 |
Color Harmonies of #C99D9D
Complementary color
Monochromatic Colors of #C99D9D
Black with #C99D9D
Text Example
Text Example
White with #C99D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99D9D; }
p { color: rgb(201,157,157); }
H1.HeaderClassName
{
color: #C99D9D;
}
.AnyTagClassName
{
color: #C99D9D;
}
</style>
background-color css
<style>
a { background-color: #C99D9D; }
a { background-color: rgb(201,157,157); }
div.DivClassName
{
background-color: #C99D9D;
}
.BgClassName
{
background-color: #C99D9D;
}
</style>
border-color css
<style>
span { border-color: #C99D9D; }
span { border-color: rgb(201,157,157); }
td.TdClassName
{
border-color: #C99D9D;
}
.TagClassName
{
border-color: #C99D9D;
}
</style>