Shades of Cameo #CAA080
Tints of Cameo #CAA080
RGB
CMYK
RGB Variations
Color information
#CAA080 (or 0xCAA080) is known color: Cameo. HEX triplet: CA, A0 and 80. RGB value is (202,160,128). Sum of RGB (Red+Green+Blue) = 202+160+128=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 160 (62.89% from 255 or 32.65% from 490); Blue value is 128 (50.39% from 255 or 26.12% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA080 is #355F7F. Grayscale: #A9A9A9. Windows color (decimal): -3497856 or 8429770. OLE color: 8429770.
HSL color Cylindrical-coordinate representation of color #CAA080: hue angle of 25.95º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAA080 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 128 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.21 |
| HSL | 25.95º | 0.41% | 0.65% | - |
| HSV(B) | 25.95º | 0.37% | 0.79% | - |
| XYZ | 40.82 | 39.26 | 25.85 | - |
| YUV | 168.91 | 104.91 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 128 | 0 | 0.21 | 0.37 | 0.21 | 25.95 | 0.41 | 0.65 |
| Hex | CA | A0 | 80 | 0 | 15 | 25 | 15 | 1A | 29 | 41 |
| Octal | 312 | 240 | 200 | 0 | 25 | 45 | 25 | 32 | 51 | 101 |
| Binary | 11001010 | 10100000 | 10000000 | 0 | 10101 | 100101 | 10101 | 11010 | 101001 | 1000001 |
Color Harmonies of #CAA080
Complementary color
Monochromatic Colors of #CAA080
Black with #CAA080
Text Example
Text Example
White with #CAA080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA080; }
p { color: rgb(202,160,128); }
H1.HeaderClassName
{
color: #CAA080;
}
.AnyTagClassName
{
color: #CAA080;
}
</style>
background-color css
<style>
a { background-color: #CAA080; }
a { background-color: rgb(202,160,128); }
div.DivClassName
{
background-color: #CAA080;
}
.BgClassName
{
background-color: #CAA080;
}
</style>
border-color css
<style>
span { border-color: #CAA080; }
span { border-color: rgb(202,160,128); }
td.TdClassName
{
border-color: #CAA080;
}
.TagClassName
{
border-color: #CAA080;
}
</style>