Shades of Eunry #CBAB9D
Tints of Eunry #CBAB9D
RGB
CMYK
RGB Variations
Color information
#CBAB9D (or 0xCBAB9D) is known color: Eunry. HEX triplet: CB, AB and 9D. RGB value is (203,171,157). Sum of RGB (Red+Green+Blue) = 203+171+157=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 157 (61.72% from 255 or 29.57% from 531); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAB9D is #345462. Grayscale: #B3B3B3. Windows color (decimal): -3429475 or 10333131. OLE color: 10333131.
HSL color Cylindrical-coordinate representation of color #CBAB9D: hue angle of 18.26º 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 #CBAB9D is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 157 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.20 |
| HSL | 18.26º | 0.31% | 0.71% | - |
| HSV(B) | 18.26º | 0.23% | 0.8% | - |
| XYZ | 45.28 | 44.26 | 38.05 | - |
| YUV | 178.97 | 115.6 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 157 | 0 | 0.16 | 0.23 | 0.20 | 18.26 | 0.31 | 0.71 |
| Hex | CB | AB | 9D | 0 | 10 | 17 | 14 | 12 | 1F | 47 |
| Octal | 313 | 253 | 235 | 0 | 20 | 27 | 24 | 22 | 37 | 107 |
| Binary | 11001011 | 10101011 | 10011101 | 0 | 10000 | 10111 | 10100 | 10010 | 11111 | 1000111 |
Color Harmonies of #CBAB9D
Complementary color
Monochromatic Colors of #CBAB9D
Black with #CBAB9D
Text Example
Text Example
White with #CBAB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAB9D; }
p { color: rgb(203,171,157); }
H1.HeaderClassName
{
color: #CBAB9D;
}
.AnyTagClassName
{
color: #CBAB9D;
}
</style>
background-color css
<style>
a { background-color: #CBAB9D; }
a { background-color: rgb(203,171,157); }
div.DivClassName
{
background-color: #CBAB9D;
}
.BgClassName
{
background-color: #CBAB9D;
}
</style>
border-color css
<style>
span { border-color: #CBAB9D; }
span { border-color: rgb(203,171,157); }
td.TdClassName
{
border-color: #CBAB9D;
}
.TagClassName
{
border-color: #CBAB9D;
}
</style>