Shades of Cameo #CBA280
Tints of Cameo #CBA280
RGB
CMYK
RGB Variations
Color information
#CBA280 (or 0xCBA280) is known color: Cameo. HEX triplet: CB, A2 and 80. RGB value is (203,162,128). Sum of RGB (Red+Green+Blue) = 203+162+128=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 162 (63.67% from 255 or 32.86% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA280 is #345D7F. Grayscale: #AAAAAA. Windows color (decimal): -3431808 or 8430283. OLE color: 8430283.
HSL color Cylindrical-coordinate representation of color #CBA280: hue angle of 27.2º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CBA280 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 162 | 128 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.20 |
| HSL | 27.2º | 0.42% | 0.65% | - |
| HSV(B) | 27.2º | 0.37% | 0.8% | - |
| XYZ | 41.45 | 40.1 | 25.98 | - |
| YUV | 170.38 | 104.08 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 128 | 0 | 0.20 | 0.37 | 0.20 | 27.2 | 0.42 | 0.65 |
| Hex | CB | A2 | 80 | 0 | 14 | 25 | 14 | 1B | 2A | 41 |
| Octal | 313 | 242 | 200 | 0 | 24 | 45 | 24 | 33 | 52 | 101 |
| Binary | 11001011 | 10100010 | 10000000 | 0 | 10100 | 100101 | 10100 | 11011 | 101010 | 1000001 |
Color Harmonies of #CBA280
Complementary color
Monochromatic Colors of #CBA280
Black with #CBA280
Text Example
Text Example
White with #CBA280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA280; }
p { color: rgb(203,162,128); }
H1.HeaderClassName
{
color: #CBA280;
}
.AnyTagClassName
{
color: #CBA280;
}
</style>
background-color css
<style>
a { background-color: #CBA280; }
a { background-color: rgb(203,162,128); }
div.DivClassName
{
background-color: #CBA280;
}
.BgClassName
{
background-color: #CBA280;
}
</style>
border-color css
<style>
span { border-color: #CBA280; }
span { border-color: rgb(203,162,128); }
td.TdClassName
{
border-color: #CBA280;
}
.TagClassName
{
border-color: #CBA280;
}
</style>