Shades of Cameo #CBA88D
Tints of Cameo #CBA88D
RGB
CMYK
RGB Variations
Color information
#CBA88D (or 0xCBA88D) is known color: Cameo. HEX triplet: CB, A8 and 8D. RGB value is (203,168,141). Sum of RGB (Red+Green+Blue) = 203+168+141=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 168 (66.02% from 255 or 32.81% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA88D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA88D is #345772. Grayscale: #AFAFAF. Windows color (decimal): -3430259 or 9283787. OLE color: 9283787.
HSL color Cylindrical-coordinate representation of color #CBA88D: hue angle of 26.13º 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 #CBA88D is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 141 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.20 |
| HSL | 26.13º | 0.37% | 0.67% | - |
| HSV(B) | 26.13º | 0.31% | 0.8% | - |
| XYZ | 43.44 | 42.62 | 31.14 | - |
| YUV | 175.39 | 108.6 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 141 | 0 | 0.17 | 0.31 | 0.20 | 26.13 | 0.37 | 0.67 |
| Hex | CB | A8 | 8D | 0 | 11 | 1F | 14 | 1A | 25 | 43 |
| Octal | 313 | 250 | 215 | 0 | 21 | 37 | 24 | 32 | 45 | 103 |
| Binary | 11001011 | 10101000 | 10001101 | 0 | 10001 | 11111 | 10100 | 11010 | 100101 | 1000011 |
Color Harmonies of #CBA88D
Complementary color
Monochromatic Colors of #CBA88D
Black with #CBA88D
Text Example
Text Example
White with #CBA88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA88D; }
p { color: rgb(203,168,141); }
H1.HeaderClassName
{
color: #CBA88D;
}
.AnyTagClassName
{
color: #CBA88D;
}
</style>
background-color css
<style>
a { background-color: #CBA88D; }
a { background-color: rgb(203,168,141); }
div.DivClassName
{
background-color: #CBA88D;
}
.BgClassName
{
background-color: #CBA88D;
}
</style>
border-color css
<style>
span { border-color: #CBA88D; }
span { border-color: rgb(203,168,141); }
td.TdClassName
{
border-color: #CBA88D;
}
.TagClassName
{
border-color: #CBA88D;
}
</style>