Shades of Eunry #CBA798
Tints of Eunry #CBA798
RGB
CMYK
RGB Variations
Color information
#CBA798 (or 0xCBA798) is known color: Eunry. HEX triplet: CB, A7 and 98. RGB value is (203,167,152). Sum of RGB (Red+Green+Blue) = 203+167+152=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 167 (65.62% from 255 or 31.99% from 522); Blue value is 152 (59.77% from 255 or 29.12% from 522); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA798 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA798 is #345867. Grayscale: #B0B0B0. Windows color (decimal): -3430504 or 10004427. OLE color: 10004427.
HSL color Cylindrical-coordinate representation of color #CBA798: hue angle of 17.65º 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 #CBA798 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 152 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.20 |
| HSL | 17.65º | 0.33% | 0.7% | - |
| HSV(B) | 17.65º | 0.25% | 0.8% | - |
| XYZ | 44.11 | 42.6 | 35.6 | - |
| YUV | 176.05 | 114.43 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 152 | 0 | 0.18 | 0.25 | 0.20 | 17.65 | 0.33 | 0.7 |
| Hex | CB | A7 | 98 | 0 | 12 | 19 | 14 | 12 | 21 | 46 |
| Octal | 313 | 247 | 230 | 0 | 22 | 31 | 24 | 22 | 41 | 106 |
| Binary | 11001011 | 10100111 | 10011000 | 0 | 10010 | 11001 | 10100 | 10010 | 100001 | 1000110 |
Color Harmonies of #CBA798
Complementary color
Monochromatic Colors of #CBA798
Black with #CBA798
Text Example
Text Example
White with #CBA798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA798; }
p { color: rgb(203,167,152); }
H1.HeaderClassName
{
color: #CBA798;
}
.AnyTagClassName
{
color: #CBA798;
}
</style>
background-color css
<style>
a { background-color: #CBA798; }
a { background-color: rgb(203,167,152); }
div.DivClassName
{
background-color: #CBA798;
}
.BgClassName
{
background-color: #CBA798;
}
</style>
border-color css
<style>
span { border-color: #CBA798; }
span { border-color: rgb(203,167,152); }
td.TdClassName
{
border-color: #CBA798;
}
.TagClassName
{
border-color: #CBA798;
}
</style>