Shades of Eunry #CB9E9D
Tints of Eunry #CB9E9D
RGB
CMYK
RGB Variations
Color information
#CB9E9D (or 0xCB9E9D) is known color: Eunry. HEX triplet: CB, 9E and 9D. RGB value is (203,158,157). Sum of RGB (Red+Green+Blue) = 203+158+157=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 157 (61.72% from 255 or 30.31% from 518); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9E9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9E9D is #346162. Grayscale: #ABABAB. Windows color (decimal): -3432803 or 10329803. OLE color: 10329803.
HSL color Cylindrical-coordinate representation of color #CB9E9D: hue angle of 1.3º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CB9E9D is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 158 | 157 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.20 |
| HSL | 1.3º | 0.31% | 0.71% | - |
| HSV(B) | 1.3º | 0.23% | 0.8% | - |
| XYZ | 42.94 | 39.58 | 37.28 | - |
| YUV | 171.34 | 119.91 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 158 | 157 | 0 | 0.22 | 0.23 | 0.20 | 1.3 | 0.31 | 0.71 |
| Hex | CB | 9E | 9D | 0 | 16 | 17 | 14 | 1 | 1F | 47 |
| Octal | 313 | 236 | 235 | 0 | 26 | 27 | 24 | 1 | 37 | 107 |
| Binary | 11001011 | 10011110 | 10011101 | 0 | 10110 | 10111 | 10100 | 1 | 11111 | 1000111 |
Color Harmonies of #CB9E9D
Complementary color
Monochromatic Colors of #CB9E9D
Black with #CB9E9D
Text Example
Text Example
White with #CB9E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9E9D; }
p { color: rgb(203,158,157); }
H1.HeaderClassName
{
color: #CB9E9D;
}
.AnyTagClassName
{
color: #CB9E9D;
}
</style>
background-color css
<style>
a { background-color: #CB9E9D; }
a { background-color: rgb(203,158,157); }
div.DivClassName
{
background-color: #CB9E9D;
}
.BgClassName
{
background-color: #CB9E9D;
}
</style>
border-color css
<style>
span { border-color: #CB9E9D; }
span { border-color: rgb(203,158,157); }
td.TdClassName
{
border-color: #CB9E9D;
}
.TagClassName
{
border-color: #CB9E9D;
}
</style>