Shades of Eunry #CBA8A3
Tints of Eunry #CBA8A3
RGB
CMYK
RGB Variations
Color information
#CBA8A3 (or 0xCBA8A3) is known color: Eunry. HEX triplet: CB, A8 and A3. RGB value is (203,168,163). Sum of RGB (Red+Green+Blue) = 203+168+163=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 168 (66.02% from 255 or 31.46% from 534); Blue value is 163 (64.06% from 255 or 30.52% from 534); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA8A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA8A3 is #34575C. Grayscale: #B1B1B1. Windows color (decimal): -3430237 or 10725579. OLE color: 10725579.
HSL color Cylindrical-coordinate representation of color #CBA8A3: hue angle of 7.5º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBA8A3 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 163 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.20 |
| HSL | 7.5º | 0.28% | 0.72% | - |
| HSV(B) | 7.5º | 0.2% | 0.8% | - |
| XYZ | 45.24 | 43.35 | 40.63 | - |
| YUV | 177.9 | 119.6 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 163 | 0 | 0.17 | 0.20 | 0.20 | 7.5 | 0.28 | 0.72 |
| Hex | CB | A8 | A3 | 0 | 11 | 14 | 14 | 8 | 1C | 48 |
| Octal | 313 | 250 | 243 | 0 | 21 | 24 | 24 | 10 | 34 | 110 |
| Binary | 11001011 | 10101000 | 10100011 | 0 | 10001 | 10100 | 10100 | 1000 | 11100 | 1001000 |
Color Harmonies of #CBA8A3
Complementary color
Monochromatic Colors of #CBA8A3
Black with #CBA8A3
Text Example
Text Example
White with #CBA8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA8A3; }
p { color: rgb(203,168,163); }
H1.HeaderClassName
{
color: #CBA8A3;
}
.AnyTagClassName
{
color: #CBA8A3;
}
</style>
background-color css
<style>
a { background-color: #CBA8A3; }
a { background-color: rgb(203,168,163); }
div.DivClassName
{
background-color: #CBA8A3;
}
.BgClassName
{
background-color: #CBA8A3;
}
</style>
border-color css
<style>
span { border-color: #CBA8A3; }
span { border-color: rgb(203,168,163); }
td.TdClassName
{
border-color: #CBA8A3;
}
.TagClassName
{
border-color: #CBA8A3;
}
</style>