Shades of Eunry #CBA899
Tints of Eunry #CBA899
RGB
CMYK
RGB Variations
Color information
#CBA899 (or 0xCBA899) is known color: Eunry. HEX triplet: CB, A8 and 99. RGB value is (203,168,153). Sum of RGB (Red+Green+Blue) = 203+168+153=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 168 (66.02% from 255 or 32.06% from 524); Blue value is 153 (60.16% from 255 or 29.20% from 524); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA899 is #345766. Grayscale: #B0B0B0. Windows color (decimal): -3430247 or 10070219. OLE color: 10070219.
HSL color Cylindrical-coordinate representation of color #CBA899: hue angle of 18º degrees, saturation: 0.32, 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 #CBA899 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 153 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.20 |
| HSL | 18º | 0.32% | 0.7% | - |
| HSV(B) | 18º | 0.25% | 0.8% | - |
| XYZ | 44.38 | 43 | 36.1 | - |
| YUV | 176.76 | 114.6 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 153 | 0 | 0.17 | 0.25 | 0.20 | 18 | 0.32 | 0.7 |
| Hex | CB | A8 | 99 | 0 | 11 | 19 | 14 | 12 | 20 | 46 |
| Octal | 313 | 250 | 231 | 0 | 21 | 31 | 24 | 22 | 40 | 106 |
| Binary | 11001011 | 10101000 | 10011001 | 0 | 10001 | 11001 | 10100 | 10010 | 100000 | 1000110 |
Color Harmonies of #CBA899
Complementary color
Monochromatic Colors of #CBA899
Black with #CBA899
Text Example
Text Example
White with #CBA899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA899; }
p { color: rgb(203,168,153); }
H1.HeaderClassName
{
color: #CBA899;
}
.AnyTagClassName
{
color: #CBA899;
}
</style>
background-color css
<style>
a { background-color: #CBA899; }
a { background-color: rgb(203,168,153); }
div.DivClassName
{
background-color: #CBA899;
}
.BgClassName
{
background-color: #CBA899;
}
</style>
border-color css
<style>
span { border-color: #CBA899; }
span { border-color: rgb(203,168,153); }
td.TdClassName
{
border-color: #CBA899;
}
.TagClassName
{
border-color: #CBA899;
}
</style>