Shades of Cameo #CAA380
Tints of Cameo #CAA380
RGB
CMYK
RGB Variations
Color information
#CAA380 (or 0xCAA380) is known color: Cameo. HEX triplet: CA, A3 and 80. RGB value is (202,163,128). Sum of RGB (Red+Green+Blue) = 202+163+128=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 163 (64.06% from 255 or 33.06% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA380 is #355C7F. Grayscale: #AAAAAA. Windows color (decimal): -3497088 or 8430538. OLE color: 8430538.
HSL color Cylindrical-coordinate representation of color #CAA380: hue angle of 28.38º 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 #CAA380 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 128 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.21 |
| HSL | 28.38º | 0.41% | 0.65% | - |
| HSV(B) | 28.38º | 0.37% | 0.79% | - |
| XYZ | 41.35 | 40.31 | 26.02 | - |
| YUV | 170.67 | 103.92 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 128 | 0 | 0.19 | 0.37 | 0.21 | 28.38 | 0.41 | 0.65 |
| Hex | CA | A3 | 80 | 0 | 13 | 25 | 15 | 1C | 29 | 41 |
| Octal | 312 | 243 | 200 | 0 | 23 | 45 | 25 | 34 | 51 | 101 |
| Binary | 11001010 | 10100011 | 10000000 | 0 | 10011 | 100101 | 10101 | 11100 | 101001 | 1000001 |
Color Harmonies of #CAA380
Complementary color
Monochromatic Colors of #CAA380
Black with #CAA380
Text Example
Text Example
White with #CAA380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA380; }
p { color: rgb(202,163,128); }
H1.HeaderClassName
{
color: #CAA380;
}
.AnyTagClassName
{
color: #CAA380;
}
</style>
background-color css
<style>
a { background-color: #CAA380; }
a { background-color: rgb(202,163,128); }
div.DivClassName
{
background-color: #CAA380;
}
.BgClassName
{
background-color: #CAA380;
}
</style>
border-color css
<style>
span { border-color: #CAA380; }
span { border-color: rgb(202,163,128); }
td.TdClassName
{
border-color: #CAA380;
}
.TagClassName
{
border-color: #CAA380;
}
</style>