Shades of Eunry #C89F95
Tints of Eunry #C89F95
RGB
CMYK
RGB Variations
Color information
#C89F95 (or 0xC89F95) is known color: Eunry. HEX triplet: C8, 9F and 95. RGB value is (200,159,149). Sum of RGB (Red+Green+Blue) = 200+159+149=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 159 (62.5% from 255 or 31.30% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89F95 is #37606A. Grayscale: #AAAAAA. Windows color (decimal): -3629163 or 9805768. OLE color: 9805768.
HSL color Cylindrical-coordinate representation of color #C89F95: hue angle of 11.76º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C89F95 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 159 | 149 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.22 |
| HSL | 11.76º | 0.32% | 0.68% | - |
| HSV(B) | 11.76º | 0.26% | 0.78% | - |
| XYZ | 41.64 | 39.25 | 33.81 | - |
| YUV | 170.12 | 116.08 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 159 | 149 | 0 | 0.20 | 0.26 | 0.22 | 11.76 | 0.32 | 0.68 |
| Hex | C8 | 9F | 95 | 0 | 14 | 1A | 16 | C | 20 | 44 |
| Octal | 310 | 237 | 225 | 0 | 24 | 32 | 26 | 14 | 40 | 104 |
| Binary | 11001000 | 10011111 | 10010101 | 0 | 10100 | 11010 | 10110 | 1100 | 100000 | 1000100 |
Color Harmonies of #C89F95
Complementary color
Monochromatic Colors of #C89F95
Black with #C89F95
Text Example
Text Example
White with #C89F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89F95; }
p { color: rgb(200,159,149); }
H1.HeaderClassName
{
color: #C89F95;
}
.AnyTagClassName
{
color: #C89F95;
}
</style>
background-color css
<style>
a { background-color: #C89F95; }
a { background-color: rgb(200,159,149); }
div.DivClassName
{
background-color: #C89F95;
}
.BgClassName
{
background-color: #C89F95;
}
</style>
border-color css
<style>
span { border-color: #C89F95; }
span { border-color: rgb(200,159,149); }
td.TdClassName
{
border-color: #C89F95;
}
.TagClassName
{
border-color: #C89F95;
}
</style>