Shades of Eunry #CBAB9B
Tints of Eunry #CBAB9B
RGB
CMYK
RGB Variations
Color information
#CBAB9B (or 0xCBAB9B) is known color: Eunry. HEX triplet: CB, AB and 9B. RGB value is (203,171,155). Sum of RGB (Red+Green+Blue) = 203+171+155=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 171 (67.19% from 255 or 32.33% from 529); Blue value is 155 (60.94% from 255 or 29.30% from 529); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAB9B is #345464. Grayscale: #B2B2B2. Windows color (decimal): -3429477 or 10202059. OLE color: 10202059.
HSL color Cylindrical-coordinate representation of color #CBAB9B: hue angle of 20º 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 #CBAB9B is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 155 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.20 |
| HSL | 20º | 0.32% | 0.7% | - |
| HSV(B) | 20º | 0.24% | 0.8% | - |
| XYZ | 45.11 | 44.19 | 37.16 | - |
| YUV | 178.74 | 114.6 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 155 | 0 | 0.16 | 0.24 | 0.20 | 20 | 0.32 | 0.7 |
| Hex | CB | AB | 9B | 0 | 10 | 18 | 14 | 14 | 20 | 46 |
| Octal | 313 | 253 | 233 | 0 | 20 | 30 | 24 | 24 | 40 | 106 |
| Binary | 11001011 | 10101011 | 10011011 | 0 | 10000 | 11000 | 10100 | 10100 | 100000 | 1000110 |
Color Harmonies of #CBAB9B
Complementary color
Monochromatic Colors of #CBAB9B
Black with #CBAB9B
Text Example
Text Example
White with #CBAB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAB9B; }
p { color: rgb(203,171,155); }
H1.HeaderClassName
{
color: #CBAB9B;
}
.AnyTagClassName
{
color: #CBAB9B;
}
</style>
background-color css
<style>
a { background-color: #CBAB9B; }
a { background-color: rgb(203,171,155); }
div.DivClassName
{
background-color: #CBAB9B;
}
.BgClassName
{
background-color: #CBAB9B;
}
</style>
border-color css
<style>
span { border-color: #CBAB9B; }
span { border-color: rgb(203,171,155); }
td.TdClassName
{
border-color: #CBAB9B;
}
.TagClassName
{
border-color: #CBAB9B;
}
</style>