Shades of Cameo #CAA280
Tints of Cameo #CAA280
RGB
CMYK
RGB Variations
Color information
#CAA280 (or 0xCAA280) is known color: Cameo. HEX triplet: CA, A2 and 80. RGB value is (202,162,128). Sum of RGB (Red+Green+Blue) = 202+162+128=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 162 (63.67% from 255 or 32.93% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA280 is #355D7F. Grayscale: #AAAAAA. Windows color (decimal): -3497344 or 8430282. OLE color: 8430282.
HSL color Cylindrical-coordinate representation of color #CAA280: hue angle of 27.57º 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 #CAA280 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 162 | 128 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.21 |
| HSL | 27.57º | 0.41% | 0.65% | - |
| HSV(B) | 27.57º | 0.37% | 0.79% | - |
| XYZ | 41.17 | 39.96 | 25.96 | - |
| YUV | 170.08 | 104.25 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 128 | 0 | 0.20 | 0.37 | 0.21 | 27.57 | 0.41 | 0.65 |
| Hex | CA | A2 | 80 | 0 | 14 | 25 | 15 | 1C | 29 | 41 |
| Octal | 312 | 242 | 200 | 0 | 24 | 45 | 25 | 34 | 51 | 101 |
| Binary | 11001010 | 10100010 | 10000000 | 0 | 10100 | 100101 | 10101 | 11100 | 101001 | 1000001 |
Color Harmonies of #CAA280
Complementary color
Monochromatic Colors of #CAA280
Black with #CAA280
Text Example
Text Example
White with #CAA280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA280; }
p { color: rgb(202,162,128); }
H1.HeaderClassName
{
color: #CAA280;
}
.AnyTagClassName
{
color: #CAA280;
}
</style>
background-color css
<style>
a { background-color: #CAA280; }
a { background-color: rgb(202,162,128); }
div.DivClassName
{
background-color: #CAA280;
}
.BgClassName
{
background-color: #CAA280;
}
</style>
border-color css
<style>
span { border-color: #CAA280; }
span { border-color: rgb(202,162,128); }
td.TdClassName
{
border-color: #CAA280;
}
.TagClassName
{
border-color: #CAA280;
}
</style>