Shades of Eunry #CBA09E
Tints of Eunry #CBA09E
RGB
CMYK
RGB Variations
Color information
#CBA09E (or 0xCBA09E) is known color: Eunry. HEX triplet: CB, A0 and 9E. RGB value is (203,160,158). Sum of RGB (Red+Green+Blue) = 203+160+158=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 158 (62.11% from 255 or 30.33% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA09E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA09E is #345F61. Grayscale: #ACACAC. Windows color (decimal): -3432290 or 10395851. OLE color: 10395851.
HSL color Cylindrical-coordinate representation of color #CBA09E: hue angle of 2.67º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBA09E is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 160 | 158 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.20 |
| HSL | 2.67º | 0.3% | 0.71% | - |
| HSV(B) | 2.67º | 0.22% | 0.8% | - |
| XYZ | 43.37 | 40.31 | 37.84 | - |
| YUV | 172.63 | 119.75 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 158 | 0 | 0.21 | 0.22 | 0.20 | 2.67 | 0.3 | 0.71 |
| Hex | CB | A0 | 9E | 0 | 15 | 16 | 14 | 3 | 1E | 47 |
| Octal | 313 | 240 | 236 | 0 | 25 | 26 | 24 | 3 | 36 | 107 |
| Binary | 11001011 | 10100000 | 10011110 | 0 | 10101 | 10110 | 10100 | 11 | 11110 | 1000111 |
Color Harmonies of #CBA09E
Complementary color
Monochromatic Colors of #CBA09E
Black with #CBA09E
Text Example
Text Example
White with #CBA09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA09E; }
p { color: rgb(203,160,158); }
H1.HeaderClassName
{
color: #CBA09E;
}
.AnyTagClassName
{
color: #CBA09E;
}
</style>
background-color css
<style>
a { background-color: #CBA09E; }
a { background-color: rgb(203,160,158); }
div.DivClassName
{
background-color: #CBA09E;
}
.BgClassName
{
background-color: #CBA09E;
}
</style>
border-color css
<style>
span { border-color: #CBA09E; }
span { border-color: rgb(203,160,158); }
td.TdClassName
{
border-color: #CBA09E;
}
.TagClassName
{
border-color: #CBA09E;
}
</style>