Shades of Cameo #CBA98D
Tints of Cameo #CBA98D
RGB
CMYK
RGB Variations
Color information
#CBA98D (or 0xCBA98D) is known color: Cameo. HEX triplet: CB, A9 and 8D. RGB value is (203,169,141). Sum of RGB (Red+Green+Blue) = 203+169+141=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 169 (66.41% from 255 or 32.94% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA98D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA98D is #345672. Grayscale: #B0B0B0. Windows color (decimal): -3430003 or 9284043. OLE color: 9284043.
HSL color Cylindrical-coordinate representation of color #CBA98D: hue angle of 27.1º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBA98D is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 169 | 141 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.20 |
| HSL | 27.1º | 0.37% | 0.67% | - |
| HSV(B) | 27.1º | 0.31% | 0.8% | - |
| XYZ | 43.62 | 43 | 31.2 | - |
| YUV | 175.97 | 108.26 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 141 | 0 | 0.17 | 0.31 | 0.20 | 27.1 | 0.37 | 0.67 |
| Hex | CB | A9 | 8D | 0 | 11 | 1F | 14 | 1B | 25 | 43 |
| Octal | 313 | 251 | 215 | 0 | 21 | 37 | 24 | 33 | 45 | 103 |
| Binary | 11001011 | 10101001 | 10001101 | 0 | 10001 | 11111 | 10100 | 11011 | 100101 | 1000011 |
Color Harmonies of #CBA98D
Complementary color
Monochromatic Colors of #CBA98D
Black with #CBA98D
Text Example
Text Example
White with #CBA98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA98D; }
p { color: rgb(203,169,141); }
H1.HeaderClassName
{
color: #CBA98D;
}
.AnyTagClassName
{
color: #CBA98D;
}
</style>
background-color css
<style>
a { background-color: #CBA98D; }
a { background-color: rgb(203,169,141); }
div.DivClassName
{
background-color: #CBA98D;
}
.BgClassName
{
background-color: #CBA98D;
}
</style>
border-color css
<style>
span { border-color: #CBA98D; }
span { border-color: rgb(203,169,141); }
td.TdClassName
{
border-color: #CBA98D;
}
.TagClassName
{
border-color: #CBA98D;
}
</style>