Shades of Cameo #CBA98A
Tints of Cameo #CBA98A
RGB
CMYK
RGB Variations
Color information
#CBA98A (or 0xCBA98A) is known color: Cameo. HEX triplet: CB, A9 and 8A. RGB value is (203,169,138). Sum of RGB (Red+Green+Blue) = 203+169+138=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA98A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA98A is #345675. Grayscale: #AFAFAF. Windows color (decimal): -3430006 or 9087435. OLE color: 9087435.
HSL color Cylindrical-coordinate representation of color #CBA98A: hue angle of 28.62º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBA98A is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 169 | 138 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.20 |
| HSL | 28.62º | 0.38% | 0.67% | - |
| HSV(B) | 28.62º | 0.32% | 0.8% | - |
| XYZ | 43.4 | 42.91 | 30.04 | - |
| YUV | 175.63 | 106.76 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 138 | 0 | 0.17 | 0.32 | 0.20 | 28.62 | 0.38 | 0.67 |
| Hex | CB | A9 | 8A | 0 | 11 | 20 | 14 | 1D | 26 | 43 |
| Octal | 313 | 251 | 212 | 0 | 21 | 40 | 24 | 35 | 46 | 103 |
| Binary | 11001011 | 10101001 | 10001010 | 0 | 10001 | 100000 | 10100 | 11101 | 100110 | 1000011 |
Color Harmonies of #CBA98A
Complementary color
Monochromatic Colors of #CBA98A
Black with #CBA98A
Text Example
Text Example
White with #CBA98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA98A; }
p { color: rgb(203,169,138); }
H1.HeaderClassName
{
color: #CBA98A;
}
.AnyTagClassName
{
color: #CBA98A;
}
</style>
background-color css
<style>
a { background-color: #CBA98A; }
a { background-color: rgb(203,169,138); }
div.DivClassName
{
background-color: #CBA98A;
}
.BgClassName
{
background-color: #CBA98A;
}
</style>
border-color css
<style>
span { border-color: #CBA98A; }
span { border-color: rgb(203,169,138); }
td.TdClassName
{
border-color: #CBA98A;
}
.TagClassName
{
border-color: #CBA98A;
}
</style>