Shades of Eunry #C89D95
Tints of Eunry #C89D95
RGB
CMYK
RGB Variations
Color information
#C89D95 (or 0xC89D95) is known color: Eunry. HEX triplet: C8, 9D and 95. RGB value is (200,157,149). Sum of RGB (Red+Green+Blue) = 200+157+149=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 149 (58.59% from 255 or 29.45% from 506); Max value from RGB is 200 - color contains mainly: red. Hex color #C89D95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89D95 is #37626A. Grayscale: #A9A9A9. Windows color (decimal): -3629675 or 9805256. OLE color: 9805256.
HSL color Cylindrical-coordinate representation of color #C89D95: hue angle of 9.41º 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 #C89D95 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 157 | 149 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.22 |
| HSL | 9.41º | 0.32% | 0.68% | - |
| HSV(B) | 9.41º | 0.26% | 0.78% | - |
| XYZ | 41.3 | 38.56 | 33.7 | - |
| YUV | 168.95 | 116.75 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 157 | 149 | 0 | 0.22 | 0.26 | 0.22 | 9.41 | 0.32 | 0.68 |
| Hex | C8 | 9D | 95 | 0 | 16 | 1A | 16 | 9 | 20 | 44 |
| Octal | 310 | 235 | 225 | 0 | 26 | 32 | 26 | 11 | 40 | 104 |
| Binary | 11001000 | 10011101 | 10010101 | 0 | 10110 | 11010 | 10110 | 1001 | 100000 | 1000100 |
Color Harmonies of #C89D95
Complementary color
Monochromatic Colors of #C89D95
Black with #C89D95
Text Example
Text Example
White with #C89D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89D95; }
p { color: rgb(200,157,149); }
H1.HeaderClassName
{
color: #C89D95;
}
.AnyTagClassName
{
color: #C89D95;
}
</style>
background-color css
<style>
a { background-color: #C89D95; }
a { background-color: rgb(200,157,149); }
div.DivClassName
{
background-color: #C89D95;
}
.BgClassName
{
background-color: #C89D95;
}
</style>
border-color css
<style>
span { border-color: #C89D95; }
span { border-color: rgb(200,157,149); }
td.TdClassName
{
border-color: #C89D95;
}
.TagClassName
{
border-color: #C89D95;
}
</style>