Shades of Apache #CAA05C
Tints of Apache #CAA05C
RGB
CMYK
RGB Variations
Color information
#CAA05C (or 0xCAA05C) is known color: Apache. HEX triplet: CA, A0 and 5C. RGB value is (202,160,92). Sum of RGB (Red+Green+Blue) = 202+160+92=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 92 (36.33% from 255 or 20.26% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA05C is #355FA3. Grayscale: #A5A5A5. Windows color (decimal): -3497892 or 6070474. OLE color: 6070474.
HSL color Cylindrical-coordinate representation of color #CAA05C: hue angle of 37.09º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CAA05C is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 92 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.21 |
| HSL | 37.09º | 0.51% | 0.58% | - |
| HSV(B) | 37.09º | 0.54% | 0.79% | - |
| XYZ | 38.86 | 38.47 | 15.5 | - |
| YUV | 164.81 | 86.91 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 92 | 0 | 0.21 | 0.54 | 0.21 | 37.09 | 0.51 | 0.58 |
| Hex | CA | A0 | 5C | 0 | 15 | 36 | 15 | 25 | 33 | 3A |
| Octal | 312 | 240 | 134 | 0 | 25 | 66 | 25 | 45 | 63 | 72 |
| Binary | 11001010 | 10100000 | 1011100 | 0 | 10101 | 110110 | 10101 | 100101 | 110011 | 111010 |
Color Harmonies of #CAA05C
Complementary color
Monochromatic Colors of #CAA05C
Black with #CAA05C
Text Example
Text Example
White with #CAA05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA05C; }
p { color: rgb(202,160,92); }
H1.HeaderClassName
{
color: #CAA05C;
}
.AnyTagClassName
{
color: #CAA05C;
}
</style>
background-color css
<style>
a { background-color: #CAA05C; }
a { background-color: rgb(202,160,92); }
div.DivClassName
{
background-color: #CAA05C;
}
.BgClassName
{
background-color: #CAA05C;
}
</style>
border-color css
<style>
span { border-color: #CAA05C; }
span { border-color: rgb(202,160,92); }
td.TdClassName
{
border-color: #CAA05C;
}
.TagClassName
{
border-color: #CAA05C;
}
</style>