Shades of Cameo #CBAA80
Tints of Cameo #CBAA80
RGB
CMYK
RGB Variations
Color information
#CBAA80 (or 0xCBAA80) is known color: Cameo. HEX triplet: CB, AA and 80. RGB value is (203,170,128). Sum of RGB (Red+Green+Blue) = 203+170+128=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 128 (50.39% from 255 or 25.55% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAA80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAA80 is #34557F. Grayscale: #AFAFAF. Windows color (decimal): -3429760 or 8432331. OLE color: 8432331.
HSL color Cylindrical-coordinate representation of color #CBAA80: hue angle of 33.6º 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 #CBAA80 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 170 | 128 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.20 |
| HSL | 33.6º | 0.42% | 0.65% | - |
| HSV(B) | 33.6º | 0.37% | 0.8% | - |
| XYZ | 42.9 | 43 | 26.46 | - |
| YUV | 175.08 | 101.43 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 170 | 128 | 0 | 0.16 | 0.37 | 0.20 | 33.6 | 0.42 | 0.65 |
| Hex | CB | AA | 80 | 0 | 10 | 25 | 14 | 22 | 2A | 41 |
| Octal | 313 | 252 | 200 | 0 | 20 | 45 | 24 | 42 | 52 | 101 |
| Binary | 11001011 | 10101010 | 10000000 | 0 | 10000 | 100101 | 10100 | 100010 | 101010 | 1000001 |
Color Harmonies of #CBAA80
Complementary color
Monochromatic Colors of #CBAA80
Black with #CBAA80
Text Example
Text Example
White with #CBAA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAA80; }
p { color: rgb(203,170,128); }
H1.HeaderClassName
{
color: #CBAA80;
}
.AnyTagClassName
{
color: #CBAA80;
}
</style>
background-color css
<style>
a { background-color: #CBAA80; }
a { background-color: rgb(203,170,128); }
div.DivClassName
{
background-color: #CBAA80;
}
.BgClassName
{
background-color: #CBAA80;
}
</style>
border-color css
<style>
span { border-color: #CBAA80; }
span { border-color: rgb(203,170,128); }
td.TdClassName
{
border-color: #CBAA80;
}
.TagClassName
{
border-color: #CBAA80;
}
</style>