Shades of Cameo #CBA084
Tints of Cameo #CBA084
RGB
CMYK
RGB Variations
Color information
#CBA084 (or 0xCBA084) is known color: Cameo. HEX triplet: CB, A0 and 84. RGB value is (203,160,132). Sum of RGB (Red+Green+Blue) = 203+160+132=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 132 (51.95% from 255 or 26.67% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA084 is #345F7B. Grayscale: #A9A9A9. Windows color (decimal): -3432316 or 8691915. OLE color: 8691915.
HSL color Cylindrical-coordinate representation of color #CBA084: hue angle of 23.66º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBA084 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 160 | 132 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.20 |
| HSL | 23.66º | 0.41% | 0.66% | - |
| HSV(B) | 23.66º | 0.35% | 0.8% | - |
| XYZ | 41.36 | 39.5 | 27.27 | - |
| YUV | 169.67 | 106.75 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 132 | 0 | 0.21 | 0.35 | 0.20 | 23.66 | 0.41 | 0.66 |
| Hex | CB | A0 | 84 | 0 | 15 | 23 | 14 | 18 | 29 | 42 |
| Octal | 313 | 240 | 204 | 0 | 25 | 43 | 24 | 30 | 51 | 102 |
| Binary | 11001011 | 10100000 | 10000100 | 0 | 10101 | 100011 | 10100 | 11000 | 101001 | 1000010 |
Color Harmonies of #CBA084
Complementary color
Monochromatic Colors of #CBA084
Black with #CBA084
Text Example
Text Example
White with #CBA084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA084; }
p { color: rgb(203,160,132); }
H1.HeaderClassName
{
color: #CBA084;
}
.AnyTagClassName
{
color: #CBA084;
}
</style>
background-color css
<style>
a { background-color: #CBA084; }
a { background-color: rgb(203,160,132); }
div.DivClassName
{
background-color: #CBA084;
}
.BgClassName
{
background-color: #CBA084;
}
</style>
border-color css
<style>
span { border-color: #CBA084; }
span { border-color: rgb(203,160,132); }
td.TdClassName
{
border-color: #CBA084;
}
.TagClassName
{
border-color: #CBA084;
}
</style>