Shades of Cameo #CBA88A
Tints of Cameo #CBA88A
RGB
CMYK
RGB Variations
Color information
#CBA88A (or 0xCBA88A) is known color: Cameo. HEX triplet: CB, A8 and 8A. RGB value is (203,168,138). Sum of RGB (Red+Green+Blue) = 203+168+138=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 168 (66.02% from 255 or 33.01% from 509); Blue value is 138 (54.30% from 255 or 27.11% from 509); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA88A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA88A is #345775. Grayscale: #AFAFAF. Windows color (decimal): -3430262 or 9087179. OLE color: 9087179.
HSL color Cylindrical-coordinate representation of color #CBA88A: hue angle of 27.69º 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 #CBA88A is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 138 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.20 |
| HSL | 27.69º | 0.38% | 0.67% | - |
| HSV(B) | 27.69º | 0.32% | 0.8% | - |
| XYZ | 43.22 | 42.54 | 29.98 | - |
| YUV | 175.05 | 107.1 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 138 | 0 | 0.17 | 0.32 | 0.20 | 27.69 | 0.38 | 0.67 |
| Hex | CB | A8 | 8A | 0 | 11 | 20 | 14 | 1C | 26 | 43 |
| Octal | 313 | 250 | 212 | 0 | 21 | 40 | 24 | 34 | 46 | 103 |
| Binary | 11001011 | 10101000 | 10001010 | 0 | 10001 | 100000 | 10100 | 11100 | 100110 | 1000011 |
Color Harmonies of #CBA88A
Complementary color
Monochromatic Colors of #CBA88A
Black with #CBA88A
Text Example
Text Example
White with #CBA88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA88A; }
p { color: rgb(203,168,138); }
H1.HeaderClassName
{
color: #CBA88A;
}
.AnyTagClassName
{
color: #CBA88A;
}
</style>
background-color css
<style>
a { background-color: #CBA88A; }
a { background-color: rgb(203,168,138); }
div.DivClassName
{
background-color: #CBA88A;
}
.BgClassName
{
background-color: #CBA88A;
}
</style>
border-color css
<style>
span { border-color: #CBA88A; }
span { border-color: rgb(203,168,138); }
td.TdClassName
{
border-color: #CBA88A;
}
.TagClassName
{
border-color: #CBA88A;
}
</style>