Shades of Eunry #CBA9A4
Tints of Eunry #CBA9A4
RGB
CMYK
RGB Variations
Color information
#CBA9A4 (or 0xCBA9A4) is known color: Eunry. HEX triplet: CB, A9 and A4. RGB value is (203,169,164). Sum of RGB (Red+Green+Blue) = 203+169+164=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 169 (66.41% from 255 or 31.53% from 536); Blue value is 164 (64.45% from 255 or 30.60% from 536); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA9A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA9A4 is #34565B. Grayscale: #B2B2B2. Windows color (decimal): -3429980 or 10791371. OLE color: 10791371.
HSL color Cylindrical-coordinate representation of color #CBA9A4: hue angle of 7.69º 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 #CBA9A4 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 169 | 164 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.20 |
| HSL | 7.69º | 0.27% | 0.72% | - |
| HSV(B) | 7.69º | 0.19% | 0.8% | - |
| XYZ | 45.52 | 43.75 | 41.17 | - |
| YUV | 178.6 | 119.76 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 164 | 0 | 0.17 | 0.19 | 0.20 | 7.69 | 0.27 | 0.72 |
| Hex | CB | A9 | A4 | 0 | 11 | 13 | 14 | 8 | 1B | 48 |
| Octal | 313 | 251 | 244 | 0 | 21 | 23 | 24 | 10 | 33 | 110 |
| Binary | 11001011 | 10101001 | 10100100 | 0 | 10001 | 10011 | 10100 | 1000 | 11011 | 1001000 |
Color Harmonies of #CBA9A4
Complementary color
Monochromatic Colors of #CBA9A4
Black with #CBA9A4
Text Example
Text Example
White with #CBA9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA9A4; }
p { color: rgb(203,169,164); }
H1.HeaderClassName
{
color: #CBA9A4;
}
.AnyTagClassName
{
color: #CBA9A4;
}
</style>
background-color css
<style>
a { background-color: #CBA9A4; }
a { background-color: rgb(203,169,164); }
div.DivClassName
{
background-color: #CBA9A4;
}
.BgClassName
{
background-color: #CBA9A4;
}
</style>
border-color css
<style>
span { border-color: #CBA9A4; }
span { border-color: rgb(203,169,164); }
td.TdClassName
{
border-color: #CBA9A4;
}
.TagClassName
{
border-color: #CBA9A4;
}
</style>