Shades of Eunry #CBA496
Tints of Eunry #CBA496
RGB
CMYK
RGB Variations
Color information
#CBA496 (or 0xCBA496) is known color: Eunry. HEX triplet: CB, A4 and 96. RGB value is (203,164,150). Sum of RGB (Red+Green+Blue) = 203+164+150=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 164 (64.45% from 255 or 31.72% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA496 is #345B69. Grayscale: #AEAEAE. Windows color (decimal): -3431274 or 9872587. OLE color: 9872587.
HSL color Cylindrical-coordinate representation of color #CBA496: hue angle of 15.85º 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 #CBA496 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 164 | 150 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.20 |
| HSL | 15.85º | 0.34% | 0.69% | - |
| HSV(B) | 15.85º | 0.26% | 0.8% | - |
| XYZ | 43.41 | 41.45 | 34.57 | - |
| YUV | 174.07 | 114.42 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 150 | 0 | 0.19 | 0.26 | 0.20 | 15.85 | 0.34 | 0.69 |
| Hex | CB | A4 | 96 | 0 | 13 | 1A | 14 | 10 | 22 | 45 |
| Octal | 313 | 244 | 226 | 0 | 23 | 32 | 24 | 20 | 42 | 105 |
| Binary | 11001011 | 10100100 | 10010110 | 0 | 10011 | 11010 | 10100 | 10000 | 100010 | 1000101 |
Color Harmonies of #CBA496
Complementary color
Monochromatic Colors of #CBA496
Black with #CBA496
Text Example
Text Example
White with #CBA496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA496; }
p { color: rgb(203,164,150); }
H1.HeaderClassName
{
color: #CBA496;
}
.AnyTagClassName
{
color: #CBA496;
}
</style>
background-color css
<style>
a { background-color: #CBA496; }
a { background-color: rgb(203,164,150); }
div.DivClassName
{
background-color: #CBA496;
}
.BgClassName
{
background-color: #CBA496;
}
</style>
border-color css
<style>
span { border-color: #CBA496; }
span { border-color: rgb(203,164,150); }
td.TdClassName
{
border-color: #CBA496;
}
.TagClassName
{
border-color: #CBA496;
}
</style>