Shades of Eunry #CB9D9A
Tints of Eunry #CB9D9A
RGB
CMYK
RGB Variations
Color information
#CB9D9A (or 0xCB9D9A) is known color: Eunry. HEX triplet: CB, 9D and 9A. RGB value is (203,157,154). Sum of RGB (Red+Green+Blue) = 203+157+154=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 157 (61.72% from 255 or 30.54% from 514); Blue value is 154 (60.55% from 255 or 29.96% from 514); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9D9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9D9A is #346265. Grayscale: #AAAAAA. Windows color (decimal): -3433062 or 10132939. OLE color: 10132939.
HSL color Cylindrical-coordinate representation of color #CB9D9A: hue angle of 3.67º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CB9D9A is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 157 | 154 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.20 |
| HSL | 3.67º | 0.32% | 0.7% | - |
| HSV(B) | 3.67º | 0.24% | 0.8% | - |
| XYZ | 42.52 | 39.14 | 35.89 | - |
| YUV | 170.41 | 118.74 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 157 | 154 | 0 | 0.23 | 0.24 | 0.20 | 3.67 | 0.32 | 0.7 |
| Hex | CB | 9D | 9A | 0 | 17 | 18 | 14 | 4 | 20 | 46 |
| Octal | 313 | 235 | 232 | 0 | 27 | 30 | 24 | 4 | 40 | 106 |
| Binary | 11001011 | 10011101 | 10011010 | 0 | 10111 | 11000 | 10100 | 100 | 100000 | 1000110 |
Color Harmonies of #CB9D9A
Complementary color
Monochromatic Colors of #CB9D9A
Black with #CB9D9A
Text Example
Text Example
White with #CB9D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9D9A; }
p { color: rgb(203,157,154); }
H1.HeaderClassName
{
color: #CB9D9A;
}
.AnyTagClassName
{
color: #CB9D9A;
}
</style>
background-color css
<style>
a { background-color: #CB9D9A; }
a { background-color: rgb(203,157,154); }
div.DivClassName
{
background-color: #CB9D9A;
}
.BgClassName
{
background-color: #CB9D9A;
}
</style>
border-color css
<style>
span { border-color: #CB9D9A; }
span { border-color: rgb(203,157,154); }
td.TdClassName
{
border-color: #CB9D9A;
}
.TagClassName
{
border-color: #CB9D9A;
}
</style>