Shades of Eunry #C89F98
Tints of Eunry #C89F98
RGB
CMYK
RGB Variations
Color information
#C89F98 (or 0xC89F98) is known color: Eunry. HEX triplet: C8, 9F and 98. RGB value is (200,159,152). Sum of RGB (Red+Green+Blue) = 200+159+152=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 159 (62.5% from 255 or 31.12% from 511); Blue value is 152 (59.77% from 255 or 29.75% from 511); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89F98 is #376067. Grayscale: #AAAAAA. Windows color (decimal): -3629160 or 10002376. OLE color: 10002376.
HSL color Cylindrical-coordinate representation of color #C89F98: hue angle of 8.75º 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 #C89F98 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 159 | 152 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.22 |
| HSL | 8.75º | 0.3% | 0.69% | - |
| HSV(B) | 8.75º | 0.24% | 0.78% | - |
| XYZ | 41.89 | 39.34 | 35.09 | - |
| YUV | 170.46 | 117.58 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 159 | 152 | 0 | 0.20 | 0.24 | 0.22 | 8.75 | 0.3 | 0.69 |
| Hex | C8 | 9F | 98 | 0 | 14 | 18 | 16 | 9 | 1E | 45 |
| Octal | 310 | 237 | 230 | 0 | 24 | 30 | 26 | 11 | 36 | 105 |
| Binary | 11001000 | 10011111 | 10011000 | 0 | 10100 | 11000 | 10110 | 1001 | 11110 | 1000101 |
Color Harmonies of #C89F98
Complementary color
Monochromatic Colors of #C89F98
Black with #C89F98
Text Example
Text Example
White with #C89F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89F98; }
p { color: rgb(200,159,152); }
H1.HeaderClassName
{
color: #C89F98;
}
.AnyTagClassName
{
color: #C89F98;
}
</style>
background-color css
<style>
a { background-color: #C89F98; }
a { background-color: rgb(200,159,152); }
div.DivClassName
{
background-color: #C89F98;
}
.BgClassName
{
background-color: #C89F98;
}
</style>
border-color css
<style>
span { border-color: #C89F98; }
span { border-color: rgb(200,159,152); }
td.TdClassName
{
border-color: #C89F98;
}
.TagClassName
{
border-color: #C89F98;
}
</style>