Shades of Eunry #CBA397
Tints of Eunry #CBA397
RGB
CMYK
RGB Variations
Color information
#CBA397 (or 0xCBA397) is known color: Eunry. HEX triplet: CB, A3 and 97. RGB value is (203,163,151). Sum of RGB (Red+Green+Blue) = 203+163+151=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 163 (64.06% from 255 or 31.53% from 517); Blue value is 151 (59.38% from 255 or 29.21% from 517); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA397 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA397 is #345C68. Grayscale: #ADADAD. Windows color (decimal): -3431529 or 9937867. OLE color: 9937867.
HSL color Cylindrical-coordinate representation of color #CBA397: hue angle of 13.85º 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 #CBA397 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 151 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.20 |
| HSL | 13.85º | 0.33% | 0.69% | - |
| HSV(B) | 13.85º | 0.26% | 0.8% | - |
| XYZ | 43.31 | 41.13 | 34.93 | - |
| YUV | 173.59 | 115.25 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 151 | 0 | 0.20 | 0.26 | 0.20 | 13.85 | 0.33 | 0.69 |
| Hex | CB | A3 | 97 | 0 | 14 | 1A | 14 | E | 21 | 45 |
| Octal | 313 | 243 | 227 | 0 | 24 | 32 | 24 | 16 | 41 | 105 |
| Binary | 11001011 | 10100011 | 10010111 | 0 | 10100 | 11010 | 10100 | 1110 | 100001 | 1000101 |
Color Harmonies of #CBA397
Complementary color
Monochromatic Colors of #CBA397
Black with #CBA397
Text Example
Text Example
White with #CBA397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA397; }
p { color: rgb(203,163,151); }
H1.HeaderClassName
{
color: #CBA397;
}
.AnyTagClassName
{
color: #CBA397;
}
</style>
background-color css
<style>
a { background-color: #CBA397; }
a { background-color: rgb(203,163,151); }
div.DivClassName
{
background-color: #CBA397;
}
.BgClassName
{
background-color: #CBA397;
}
</style>
border-color css
<style>
span { border-color: #CBA397; }
span { border-color: rgb(203,163,151); }
td.TdClassName
{
border-color: #CBA397;
}
.TagClassName
{
border-color: #CBA397;
}
</style>