Shades of Eunry #CBA99D
Tints of Eunry #CBA99D
RGB
CMYK
RGB Variations
Color information
#CBA99D (or 0xCBA99D) is known color: Eunry. HEX triplet: CB, A9 and 9D. RGB value is (203,169,157). Sum of RGB (Red+Green+Blue) = 203+169+157=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 169 (66.41% from 255 or 31.95% from 529); Blue value is 157 (61.72% from 255 or 29.68% from 529); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA99D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA99D is #345662. Grayscale: #B1B1B1. Windows color (decimal): -3429987 or 10332619. OLE color: 10332619.
HSL color Cylindrical-coordinate representation of color #CBA99D: hue angle of 15.65º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBA99D is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 169 | 157 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.20 |
| HSL | 15.65º | 0.31% | 0.71% | - |
| HSV(B) | 15.65º | 0.23% | 0.8% | - |
| XYZ | 44.9 | 43.51 | 37.93 | - |
| YUV | 177.8 | 116.26 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 157 | 0 | 0.17 | 0.23 | 0.20 | 15.65 | 0.31 | 0.71 |
| Hex | CB | A9 | 9D | 0 | 11 | 17 | 14 | 10 | 1F | 47 |
| Octal | 313 | 251 | 235 | 0 | 21 | 27 | 24 | 20 | 37 | 107 |
| Binary | 11001011 | 10101001 | 10011101 | 0 | 10001 | 10111 | 10100 | 10000 | 11111 | 1000111 |
Color Harmonies of #CBA99D
Complementary color
Monochromatic Colors of #CBA99D
Black with #CBA99D
Text Example
Text Example
White with #CBA99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA99D; }
p { color: rgb(203,169,157); }
H1.HeaderClassName
{
color: #CBA99D;
}
.AnyTagClassName
{
color: #CBA99D;
}
</style>
background-color css
<style>
a { background-color: #CBA99D; }
a { background-color: rgb(203,169,157); }
div.DivClassName
{
background-color: #CBA99D;
}
.BgClassName
{
background-color: #CBA99D;
}
</style>
border-color css
<style>
span { border-color: #CBA99D; }
span { border-color: rgb(203,169,157); }
td.TdClassName
{
border-color: #CBA99D;
}
.TagClassName
{
border-color: #CBA99D;
}
</style>