Shades of Apache #CAA05F
Tints of Apache #CAA05F
RGB
CMYK
RGB Variations
Color information
#CAA05F (or 0xCAA05F) is known color: Apache. HEX triplet: CA, A0 and 5F. RGB value is (202,160,95). Sum of RGB (Red+Green+Blue) = 202+160+95=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 160 (62.89% from 255 or 35.01% from 457); Blue value is 95 (37.5% from 255 or 20.79% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA05F is #355FA0. Grayscale: #A5A5A5. Windows color (decimal): -3497889 or 6267082. OLE color: 6267082.
HSL color Cylindrical-coordinate representation of color #CAA05F: hue angle of 36.45º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CAA05F is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 95 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.21 |
| HSL | 36.45º | 0.5% | 0.58% | - |
| HSV(B) | 36.45º | 0.53% | 0.79% | - |
| XYZ | 38.99 | 38.52 | 16.21 | - |
| YUV | 165.15 | 88.41 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 95 | 0 | 0.21 | 0.53 | 0.21 | 36.45 | 0.5 | 0.58 |
| Hex | CA | A0 | 5F | 0 | 15 | 35 | 15 | 24 | 32 | 3A |
| Octal | 312 | 240 | 137 | 0 | 25 | 65 | 25 | 44 | 62 | 72 |
| Binary | 11001010 | 10100000 | 1011111 | 0 | 10101 | 110101 | 10101 | 100100 | 110010 | 111010 |
Color Harmonies of #CAA05F
Complementary color
Monochromatic Colors of #CAA05F
Black with #CAA05F
Text Example
Text Example
White with #CAA05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA05F; }
p { color: rgb(202,160,95); }
H1.HeaderClassName
{
color: #CAA05F;
}
.AnyTagClassName
{
color: #CAA05F;
}
</style>
background-color css
<style>
a { background-color: #CAA05F; }
a { background-color: rgb(202,160,95); }
div.DivClassName
{
background-color: #CAA05F;
}
.BgClassName
{
background-color: #CAA05F;
}
</style>
border-color css
<style>
span { border-color: #CAA05F; }
span { border-color: rgb(202,160,95); }
td.TdClassName
{
border-color: #CAA05F;
}
.TagClassName
{
border-color: #CAA05F;
}
</style>