Shades of Eunry #CBA6A4
Tints of Eunry #CBA6A4
RGB
CMYK
RGB Variations
Color information
#CBA6A4 (or 0xCBA6A4) is known color: Eunry. HEX triplet: CB, A6 and A4. RGB value is (203,166,164). Sum of RGB (Red+Green+Blue) = 203+166+164=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 166 (65.23% from 255 or 31.14% from 533); Blue value is 164 (64.45% from 255 or 30.77% from 533); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA6A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA6A4 is #34595B. Grayscale: #B0B0B0. Windows color (decimal): -3430748 or 10790603. OLE color: 10790603.
HSL color Cylindrical-coordinate representation of color #CBA6A4: hue angle of 3.08º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBA6A4 is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 166 | 164 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.20 |
| HSL | 3.08º | 0.27% | 0.72% | - |
| HSV(B) | 3.08º | 0.19% | 0.8% | - |
| XYZ | 44.97 | 42.65 | 40.98 | - |
| YUV | 176.84 | 120.76 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 164 | 0 | 0.18 | 0.19 | 0.20 | 3.08 | 0.27 | 0.72 |
| Hex | CB | A6 | A4 | 0 | 12 | 13 | 14 | 3 | 1B | 48 |
| Octal | 313 | 246 | 244 | 0 | 22 | 23 | 24 | 3 | 33 | 110 |
| Binary | 11001011 | 10100110 | 10100100 | 0 | 10010 | 10011 | 10100 | 11 | 11011 | 1001000 |
Color Harmonies of #CBA6A4
Complementary color
Monochromatic Colors of #CBA6A4
Black with #CBA6A4
Text Example
Text Example
White with #CBA6A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA6A4; }
p { color: rgb(203,166,164); }
H1.HeaderClassName
{
color: #CBA6A4;
}
.AnyTagClassName
{
color: #CBA6A4;
}
</style>
background-color css
<style>
a { background-color: #CBA6A4; }
a { background-color: rgb(203,166,164); }
div.DivClassName
{
background-color: #CBA6A4;
}
.BgClassName
{
background-color: #CBA6A4;
}
</style>
border-color css
<style>
span { border-color: #CBA6A4; }
span { border-color: rgb(203,166,164); }
td.TdClassName
{
border-color: #CBA6A4;
}
.TagClassName
{
border-color: #CBA6A4;
}
</style>