Shades of Eunry #CBA398
Tints of Eunry #CBA398
RGB
CMYK
RGB Variations
Color information
#CBA398 (or 0xCBA398) is known color: Eunry. HEX triplet: CB, A3 and 98. RGB value is (203,163,152). Sum of RGB (Red+Green+Blue) = 203+163+152=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 163 (64.06% from 255 or 31.47% from 518); Blue value is 152 (59.77% from 255 or 29.34% from 518); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA398 is #345C67. Grayscale: #ADADAD. Windows color (decimal): -3431528 or 10003403. OLE color: 10003403.
HSL color Cylindrical-coordinate representation of color #CBA398: hue angle of 12.94º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBA398 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 152 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.20 |
| HSL | 12.94º | 0.33% | 0.7% | - |
| HSV(B) | 12.94º | 0.25% | 0.8% | - |
| XYZ | 43.39 | 41.16 | 35.36 | - |
| YUV | 173.71 | 115.75 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 152 | 0 | 0.20 | 0.25 | 0.20 | 12.94 | 0.33 | 0.7 |
| Hex | CB | A3 | 98 | 0 | 14 | 19 | 14 | D | 21 | 46 |
| Octal | 313 | 243 | 230 | 0 | 24 | 31 | 24 | 15 | 41 | 106 |
| Binary | 11001011 | 10100011 | 10011000 | 0 | 10100 | 11001 | 10100 | 1101 | 100001 | 1000110 |
Color Harmonies of #CBA398
Complementary color
Monochromatic Colors of #CBA398
Black with #CBA398
Text Example
Text Example
White with #CBA398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA398; }
p { color: rgb(203,163,152); }
H1.HeaderClassName
{
color: #CBA398;
}
.AnyTagClassName
{
color: #CBA398;
}
</style>
background-color css
<style>
a { background-color: #CBA398; }
a { background-color: rgb(203,163,152); }
div.DivClassName
{
background-color: #CBA398;
}
.BgClassName
{
background-color: #CBA398;
}
</style>
border-color css
<style>
span { border-color: #CBA398; }
span { border-color: rgb(203,163,152); }
td.TdClassName
{
border-color: #CBA398;
}
.TagClassName
{
border-color: #CBA398;
}
</style>