Shades of Eunry #C89D9B
Tints of Eunry #C89D9B
RGB
CMYK
RGB Variations
Color information
#C89D9B (or 0xC89D9B) is known color: Eunry. HEX triplet: C8, 9D and 9B. RGB value is (200,157,155). Sum of RGB (Red+Green+Blue) = 200+157+155=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 155 (60.94% from 255 or 30.27% from 512); Max value from RGB is 200 - color contains mainly: red. Hex color #C89D9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89D9B is #376264. Grayscale: #A9A9A9. Windows color (decimal): -3629669 or 10198472. OLE color: 10198472.
HSL color Cylindrical-coordinate representation of color #C89D9B: hue angle of 2.67º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C89D9B is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 157 | 155 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.22 |
| HSL | 2.67º | 0.29% | 0.7% | - |
| HSV(B) | 2.67º | 0.23% | 0.78% | - |
| XYZ | 41.79 | 38.76 | 36.29 | - |
| YUV | 169.63 | 119.75 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 157 | 155 | 0 | 0.22 | 0.22 | 0.22 | 2.67 | 0.29 | 0.7 |
| Hex | C8 | 9D | 9B | 0 | 16 | 16 | 16 | 3 | 1D | 46 |
| Octal | 310 | 235 | 233 | 0 | 26 | 26 | 26 | 3 | 35 | 106 |
| Binary | 11001000 | 10011101 | 10011011 | 0 | 10110 | 10110 | 10110 | 11 | 11101 | 1000110 |
Color Harmonies of #C89D9B
Complementary color
Monochromatic Colors of #C89D9B
Black with #C89D9B
Text Example
Text Example
White with #C89D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89D9B; }
p { color: rgb(200,157,155); }
H1.HeaderClassName
{
color: #C89D9B;
}
.AnyTagClassName
{
color: #C89D9B;
}
</style>
background-color css
<style>
a { background-color: #C89D9B; }
a { background-color: rgb(200,157,155); }
div.DivClassName
{
background-color: #C89D9B;
}
.BgClassName
{
background-color: #C89D9B;
}
</style>
border-color css
<style>
span { border-color: #C89D9B; }
span { border-color: rgb(200,157,155); }
td.TdClassName
{
border-color: #C89D9B;
}
.TagClassName
{
border-color: #C89D9B;
}
</style>