Shades of Apache #CAA05A
Tints of Apache #CAA05A
RGB
CMYK
RGB Variations
Color information
#CAA05A (or 0xCAA05A) is known color: Apache. HEX triplet: CA, A0 and 5A. RGB value is (202,160,90). Sum of RGB (Red+Green+Blue) = 202+160+90=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 90 (35.55% from 255 or 19.91% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA05A is #355FA5. Grayscale: #A4A4A4. Windows color (decimal): -3497894 or 5939402. OLE color: 5939402.
HSL color Cylindrical-coordinate representation of color #CAA05A: hue angle of 37.5º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CAA05A is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 90 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.21 |
| HSL | 37.5º | 0.51% | 0.57% | - |
| HSV(B) | 37.5º | 0.55% | 0.79% | - |
| XYZ | 38.77 | 38.44 | 15.05 | - |
| YUV | 164.58 | 85.91 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 90 | 0 | 0.21 | 0.55 | 0.21 | 37.5 | 0.51 | 0.57 |
| Hex | CA | A0 | 5A | 0 | 15 | 37 | 15 | 26 | 33 | 39 |
| Octal | 312 | 240 | 132 | 0 | 25 | 67 | 25 | 46 | 63 | 71 |
| Binary | 11001010 | 10100000 | 1011010 | 0 | 10101 | 110111 | 10101 | 100110 | 110011 | 111001 |
Color Harmonies of #CAA05A
Complementary color
Monochromatic Colors of #CAA05A
Black with #CAA05A
Text Example
Text Example
White with #CAA05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA05A; }
p { color: rgb(202,160,90); }
H1.HeaderClassName
{
color: #CAA05A;
}
.AnyTagClassName
{
color: #CAA05A;
}
</style>
background-color css
<style>
a { background-color: #CAA05A; }
a { background-color: rgb(202,160,90); }
div.DivClassName
{
background-color: #CAA05A;
}
.BgClassName
{
background-color: #CAA05A;
}
</style>
border-color css
<style>
span { border-color: #CAA05A; }
span { border-color: rgb(202,160,90); }
td.TdClassName
{
border-color: #CAA05A;
}
.TagClassName
{
border-color: #CAA05A;
}
</style>