Shades of Eunry #CBA59A
Tints of Eunry #CBA59A
RGB
CMYK
RGB Variations
Color information
#CBA59A (or 0xCBA59A) is known color: Eunry. HEX triplet: CB, A5 and 9A. RGB value is (203,165,154). Sum of RGB (Red+Green+Blue) = 203+165+154=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 165 (64.84% from 255 or 31.61% from 522); Blue value is 154 (60.55% from 255 or 29.50% from 522); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA59A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA59A is #345A65. Grayscale: #AFAFAF. Windows color (decimal): -3431014 or 10134987. OLE color: 10134987.
HSL color Cylindrical-coordinate representation of color #CBA59A: hue angle of 13.47º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBA59A is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 165 | 154 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.20 |
| HSL | 13.47º | 0.32% | 0.7% | - |
| HSV(B) | 13.47º | 0.24% | 0.8% | - |
| XYZ | 43.92 | 41.94 | 36.35 | - |
| YUV | 175.11 | 116.09 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 165 | 154 | 0 | 0.19 | 0.24 | 0.20 | 13.47 | 0.32 | 0.7 |
| Hex | CB | A5 | 9A | 0 | 13 | 18 | 14 | D | 20 | 46 |
| Octal | 313 | 245 | 232 | 0 | 23 | 30 | 24 | 15 | 40 | 106 |
| Binary | 11001011 | 10100101 | 10011010 | 0 | 10011 | 11000 | 10100 | 1101 | 100000 | 1000110 |
Color Harmonies of #CBA59A
Complementary color
Monochromatic Colors of #CBA59A
Black with #CBA59A
Text Example
Text Example
White with #CBA59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA59A; }
p { color: rgb(203,165,154); }
H1.HeaderClassName
{
color: #CBA59A;
}
.AnyTagClassName
{
color: #CBA59A;
}
</style>
background-color css
<style>
a { background-color: #CBA59A; }
a { background-color: rgb(203,165,154); }
div.DivClassName
{
background-color: #CBA59A;
}
.BgClassName
{
background-color: #CBA59A;
}
</style>
border-color css
<style>
span { border-color: #CBA59A; }
span { border-color: rgb(203,165,154); }
td.TdClassName
{
border-color: #CBA59A;
}
.TagClassName
{
border-color: #CBA59A;
}
</style>