Shades of Eunry #C89F9F
Tints of Eunry #C89F9F
RGB
CMYK
RGB Variations
Color information
#C89F9F (or 0xC89F9F) is known color: Eunry. HEX triplet: C8, 9F and 9F. RGB value is (200,159,159). Sum of RGB (Red+Green+Blue) = 200+159+159=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 159 (62.5% from 255 or 30.69% from 518); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89F9F is #376060. Grayscale: #ABABAB. Windows color (decimal): -3629153 or 10461128. OLE color: 10461128.
HSL color Cylindrical-coordinate representation of color #C89F9F: hue angle of 0º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C89F9F is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 159 | 159 | - |
| CMYK | 0 | 0.20 | 0.20 | 0.22 |
| HSL | 0º | 0.27% | 0.7% | - |
| HSV(B) | 0º | 0.21% | 0.78% | - |
| XYZ | 42.48 | 39.58 | 38.2 | - |
| YUV | 171.26 | 121.08 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 159 | 159 | 0 | 0.20 | 0.20 | 0.22 | 0 | 0.27 | 0.7 |
| Hex | C8 | 9F | 9F | 0 | 14 | 14 | 16 | 0 | 1B | 46 |
| Octal | 310 | 237 | 237 | 0 | 24 | 24 | 26 | 0 | 33 | 106 |
| Binary | 11001000 | 10011111 | 10011111 | 0 | 10100 | 10100 | 10110 | 0 | 11011 | 1000110 |
Color Harmonies of #C89F9F
Complementary color
Monochromatic Colors of #C89F9F
Black with #C89F9F
Text Example
Text Example
White with #C89F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89F9F; }
p { color: rgb(200,159,159); }
H1.HeaderClassName
{
color: #C89F9F;
}
.AnyTagClassName
{
color: #C89F9F;
}
</style>
background-color css
<style>
a { background-color: #C89F9F; }
a { background-color: rgb(200,159,159); }
div.DivClassName
{
background-color: #C89F9F;
}
.BgClassName
{
background-color: #C89F9F;
}
</style>
border-color css
<style>
span { border-color: #C89F9F; }
span { border-color: rgb(200,159,159); }
td.TdClassName
{
border-color: #C89F9F;
}
.TagClassName
{
border-color: #C89F9F;
}
</style>