Shades of Eunry #C89F96
Tints of Eunry #C89F96
RGB
CMYK
RGB Variations
Color information
#C89F96 (or 0xC89F96) is known color: Eunry. HEX triplet: C8, 9F and 96. RGB value is (200,159,150). Sum of RGB (Red+Green+Blue) = 200+159+150=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 159 (62.5% from 255 or 31.24% from 509); Blue value is 150 (58.98% from 255 or 29.47% from 509); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89F96 is #376069. Grayscale: #AAAAAA. Windows color (decimal): -3629162 or 9871304. OLE color: 9871304.
HSL color Cylindrical-coordinate representation of color #C89F96: hue angle of 10.8º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C89F96 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 159 | 150 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.22 |
| HSL | 10.8º | 0.31% | 0.69% | - |
| HSV(B) | 10.8º | 0.25% | 0.78% | - |
| XYZ | 41.72 | 39.28 | 34.24 | - |
| YUV | 170.23 | 116.58 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 159 | 150 | 0 | 0.20 | 0.25 | 0.22 | 10.8 | 0.31 | 0.69 |
| Hex | C8 | 9F | 96 | 0 | 14 | 19 | 16 | B | 1F | 45 |
| Octal | 310 | 237 | 226 | 0 | 24 | 31 | 26 | 13 | 37 | 105 |
| Binary | 11001000 | 10011111 | 10010110 | 0 | 10100 | 11001 | 10110 | 1011 | 11111 | 1000101 |
Color Harmonies of #C89F96
Complementary color
Monochromatic Colors of #C89F96
Black with #C89F96
Text Example
Text Example
White with #C89F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89F96; }
p { color: rgb(200,159,150); }
H1.HeaderClassName
{
color: #C89F96;
}
.AnyTagClassName
{
color: #C89F96;
}
</style>
background-color css
<style>
a { background-color: #C89F96; }
a { background-color: rgb(200,159,150); }
div.DivClassName
{
background-color: #C89F96;
}
.BgClassName
{
background-color: #C89F96;
}
</style>
border-color css
<style>
span { border-color: #C89F96; }
span { border-color: rgb(200,159,150); }
td.TdClassName
{
border-color: #C89F96;
}
.TagClassName
{
border-color: #C89F96;
}
</style>