Shades of Eunry #C89D99
Tints of Eunry #C89D99
RGB
CMYK
RGB Variations
Color information
#C89D99 (or 0xC89D99) is known color: Eunry. HEX triplet: C8, 9D and 99. RGB value is (200,157,153). Sum of RGB (Red+Green+Blue) = 200+157+153=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 153 (60.16% from 255 or 30% from 510); Max value from RGB is 200 - color contains mainly: red. Hex color #C89D99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89D99 is #376266. Grayscale: #A9A9A9. Windows color (decimal): -3629671 or 10067400. OLE color: 10067400.
HSL color Cylindrical-coordinate representation of color #C89D99: hue angle of 5.11º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C89D99 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 157 | 153 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.22 |
| HSL | 5.11º | 0.3% | 0.69% | - |
| HSV(B) | 5.11º | 0.24% | 0.78% | - |
| XYZ | 41.63 | 38.69 | 35.41 | - |
| YUV | 169.4 | 118.75 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 157 | 153 | 0 | 0.22 | 0.24 | 0.22 | 5.11 | 0.3 | 0.69 |
| Hex | C8 | 9D | 99 | 0 | 16 | 18 | 16 | 5 | 1E | 45 |
| Octal | 310 | 235 | 231 | 0 | 26 | 30 | 26 | 5 | 36 | 105 |
| Binary | 11001000 | 10011101 | 10011001 | 0 | 10110 | 11000 | 10110 | 101 | 11110 | 1000101 |
Color Harmonies of #C89D99
Complementary color
Monochromatic Colors of #C89D99
Black with #C89D99
Text Example
Text Example
White with #C89D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89D99; }
p { color: rgb(200,157,153); }
H1.HeaderClassName
{
color: #C89D99;
}
.AnyTagClassName
{
color: #C89D99;
}
</style>
background-color css
<style>
a { background-color: #C89D99; }
a { background-color: rgb(200,157,153); }
div.DivClassName
{
background-color: #C89D99;
}
.BgClassName
{
background-color: #C89D99;
}
</style>
border-color css
<style>
span { border-color: #C89D99; }
span { border-color: rgb(200,157,153); }
td.TdClassName
{
border-color: #C89D99;
}
.TagClassName
{
border-color: #C89D99;
}
</style>