Shades of Eunry #CBA296
Tints of Eunry #CBA296
RGB
CMYK
RGB Variations
Color information
#CBA296 (or 0xCBA296) is known color: Eunry. HEX triplet: CB, A2 and 96. RGB value is (203,162,150). Sum of RGB (Red+Green+Blue) = 203+162+150=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 162 (63.67% from 255 or 31.46% from 515); Blue value is 150 (58.98% from 255 or 29.13% from 515); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA296 is #345D69. Grayscale: #ACACAC. Windows color (decimal): -3431786 or 9872075. OLE color: 9872075.
HSL color Cylindrical-coordinate representation of color #CBA296: hue angle of 13.58º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBA296 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 162 | 150 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.20 |
| HSL | 13.58º | 0.34% | 0.69% | - |
| HSV(B) | 13.58º | 0.26% | 0.8% | - |
| XYZ | 43.05 | 40.74 | 34.45 | - |
| YUV | 172.89 | 115.08 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 150 | 0 | 0.20 | 0.26 | 0.20 | 13.58 | 0.34 | 0.69 |
| Hex | CB | A2 | 96 | 0 | 14 | 1A | 14 | E | 22 | 45 |
| Octal | 313 | 242 | 226 | 0 | 24 | 32 | 24 | 16 | 42 | 105 |
| Binary | 11001011 | 10100010 | 10010110 | 0 | 10100 | 11010 | 10100 | 1110 | 100010 | 1000101 |
Color Harmonies of #CBA296
Complementary color
Monochromatic Colors of #CBA296
Black with #CBA296
Text Example
Text Example
White with #CBA296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA296; }
p { color: rgb(203,162,150); }
H1.HeaderClassName
{
color: #CBA296;
}
.AnyTagClassName
{
color: #CBA296;
}
</style>
background-color css
<style>
a { background-color: #CBA296; }
a { background-color: rgb(203,162,150); }
div.DivClassName
{
background-color: #CBA296;
}
.BgClassName
{
background-color: #CBA296;
}
</style>
border-color css
<style>
span { border-color: #CBA296; }
span { border-color: rgb(203,162,150); }
td.TdClassName
{
border-color: #CBA296;
}
.TagClassName
{
border-color: #CBA296;
}
</style>