Shades of Eunry #CBA096
Tints of Eunry #CBA096
RGB
CMYK
RGB Variations
Color information
#CBA096 (or 0xCBA096) is known color: Eunry. HEX triplet: CB, A0 and 96. RGB value is (203,160,150). Sum of RGB (Red+Green+Blue) = 203+160+150=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 160 (62.89% from 255 or 31.19% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA096 is #345F69. Grayscale: #ABABAB. Windows color (decimal): -3432298 or 9871563. OLE color: 9871563.
HSL color Cylindrical-coordinate representation of color #CBA096: hue angle of 11.32º 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 #CBA096 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 160 | 150 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.20 |
| HSL | 11.32º | 0.34% | 0.69% | - |
| HSV(B) | 11.32º | 0.26% | 0.8% | - |
| XYZ | 42.7 | 40.04 | 34.33 | - |
| YUV | 171.72 | 115.75 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 150 | 0 | 0.21 | 0.26 | 0.20 | 11.32 | 0.34 | 0.69 |
| Hex | CB | A0 | 96 | 0 | 15 | 1A | 14 | B | 22 | 45 |
| Octal | 313 | 240 | 226 | 0 | 25 | 32 | 24 | 13 | 42 | 105 |
| Binary | 11001011 | 10100000 | 10010110 | 0 | 10101 | 11010 | 10100 | 1011 | 100010 | 1000101 |
Color Harmonies of #CBA096
Complementary color
Monochromatic Colors of #CBA096
Black with #CBA096
Text Example
Text Example
White with #CBA096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA096; }
p { color: rgb(203,160,150); }
H1.HeaderClassName
{
color: #CBA096;
}
.AnyTagClassName
{
color: #CBA096;
}
</style>
background-color css
<style>
a { background-color: #CBA096; }
a { background-color: rgb(203,160,150); }
div.DivClassName
{
background-color: #CBA096;
}
.BgClassName
{
background-color: #CBA096;
}
</style>
border-color css
<style>
span { border-color: #CBA096; }
span { border-color: rgb(203,160,150); }
td.TdClassName
{
border-color: #CBA096;
}
.TagClassName
{
border-color: #CBA096;
}
</style>