Shades of Eunry #CBA197
Tints of Eunry #CBA197
RGB
CMYK
RGB Variations
Color information
#CBA197 (or 0xCBA197) is known color: Eunry. HEX triplet: CB, A1 and 97. RGB value is (203,161,151). Sum of RGB (Red+Green+Blue) = 203+161+151=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 161 (63.28% from 255 or 31.26% from 515); Blue value is 151 (59.38% from 255 or 29.32% from 515); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA197 is #345E68. Grayscale: #ACACAC. Windows color (decimal): -3432041 or 9937355. OLE color: 9937355.
HSL color Cylindrical-coordinate representation of color #CBA197: hue angle of 11.54º degrees, saturation: 0.33, 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 #CBA197 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 151 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.20 |
| HSL | 11.54º | 0.33% | 0.69% | - |
| HSV(B) | 11.54º | 0.26% | 0.8% | - |
| XYZ | 42.96 | 40.42 | 34.82 | - |
| YUV | 172.42 | 115.91 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 151 | 0 | 0.21 | 0.26 | 0.20 | 11.54 | 0.33 | 0.69 |
| Hex | CB | A1 | 97 | 0 | 15 | 1A | 14 | C | 21 | 45 |
| Octal | 313 | 241 | 227 | 0 | 25 | 32 | 24 | 14 | 41 | 105 |
| Binary | 11001011 | 10100001 | 10010111 | 0 | 10101 | 11010 | 10100 | 1100 | 100001 | 1000101 |
Color Harmonies of #CBA197
Complementary color
Monochromatic Colors of #CBA197
Black with #CBA197
Text Example
Text Example
White with #CBA197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA197; }
p { color: rgb(203,161,151); }
H1.HeaderClassName
{
color: #CBA197;
}
.AnyTagClassName
{
color: #CBA197;
}
</style>
background-color css
<style>
a { background-color: #CBA197; }
a { background-color: rgb(203,161,151); }
div.DivClassName
{
background-color: #CBA197;
}
.BgClassName
{
background-color: #CBA197;
}
</style>
border-color css
<style>
span { border-color: #CBA197; }
span { border-color: rgb(203,161,151); }
td.TdClassName
{
border-color: #CBA197;
}
.TagClassName
{
border-color: #CBA197;
}
</style>