Shades of Cameo #CAA880
Tints of Cameo #CAA880
RGB
CMYK
RGB Variations
Color information
#CAA880 (or 0xCAA880) is known color: Cameo. HEX triplet: CA, A8 and 80. RGB value is (202,168,128). Sum of RGB (Red+Green+Blue) = 202+168+128=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA880 is #35577F. Grayscale: #ADADAD. Windows color (decimal): -3495808 or 8431818. OLE color: 8431818.
HSL color Cylindrical-coordinate representation of color #CAA880: hue angle of 32.43º 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 #CAA880 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 128 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.21 |
| HSL | 32.43º | 0.41% | 0.65% | - |
| HSV(B) | 32.43º | 0.37% | 0.79% | - |
| XYZ | 42.26 | 42.12 | 26.32 | - |
| YUV | 173.61 | 102.26 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 128 | 0 | 0.17 | 0.37 | 0.21 | 32.43 | 0.41 | 0.65 |
| Hex | CA | A8 | 80 | 0 | 11 | 25 | 15 | 20 | 29 | 41 |
| Octal | 312 | 250 | 200 | 0 | 21 | 45 | 25 | 40 | 51 | 101 |
| Binary | 11001010 | 10101000 | 10000000 | 0 | 10001 | 100101 | 10101 | 100000 | 101001 | 1000001 |
Color Harmonies of #CAA880
Complementary color
Monochromatic Colors of #CAA880
Black with #CAA880
Text Example
Text Example
White with #CAA880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA880; }
p { color: rgb(202,168,128); }
H1.HeaderClassName
{
color: #CAA880;
}
.AnyTagClassName
{
color: #CAA880;
}
</style>
background-color css
<style>
a { background-color: #CAA880; }
a { background-color: rgb(202,168,128); }
div.DivClassName
{
background-color: #CAA880;
}
.BgClassName
{
background-color: #CAA880;
}
</style>
border-color css
<style>
span { border-color: #CAA880; }
span { border-color: rgb(202,168,128); }
td.TdClassName
{
border-color: #CAA880;
}
.TagClassName
{
border-color: #CAA880;
}
</style>