Shades of Apache #CAA15B
Tints of Apache #CAA15B
RGB
CMYK
RGB Variations
Color information
#CAA15B (or 0xCAA15B) is known color: Apache. HEX triplet: CA, A1 and 5B. RGB value is (202,161,91). Sum of RGB (Red+Green+Blue) = 202+161+91=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 161 (63.28% from 255 or 35.46% from 454); Blue value is 91 (35.94% from 255 or 20.04% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA15B is #355EA4. Grayscale: #A5A5A5. Windows color (decimal): -3497637 or 6005194. OLE color: 6005194.
HSL color Cylindrical-coordinate representation of color #CAA15B: hue angle of 37.84º 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 #CAA15B is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 161 | 91 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.21 |
| HSL | 37.84º | 0.51% | 0.57% | - |
| HSV(B) | 37.84º | 0.55% | 0.79% | - |
| XYZ | 38.99 | 38.8 | 15.33 | - |
| YUV | 165.28 | 86.08 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 91 | 0 | 0.20 | 0.55 | 0.21 | 37.84 | 0.51 | 0.57 |
| Hex | CA | A1 | 5B | 0 | 14 | 37 | 15 | 26 | 33 | 39 |
| Octal | 312 | 241 | 133 | 0 | 24 | 67 | 25 | 46 | 63 | 71 |
| Binary | 11001010 | 10100001 | 1011011 | 0 | 10100 | 110111 | 10101 | 100110 | 110011 | 111001 |
Color Harmonies of #CAA15B
Complementary color
Monochromatic Colors of #CAA15B
Black with #CAA15B
Text Example
Text Example
White with #CAA15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA15B; }
p { color: rgb(202,161,91); }
H1.HeaderClassName
{
color: #CAA15B;
}
.AnyTagClassName
{
color: #CAA15B;
}
</style>
background-color css
<style>
a { background-color: #CAA15B; }
a { background-color: rgb(202,161,91); }
div.DivClassName
{
background-color: #CAA15B;
}
.BgClassName
{
background-color: #CAA15B;
}
</style>
border-color css
<style>
span { border-color: #CAA15B; }
span { border-color: rgb(202,161,91); }
td.TdClassName
{
border-color: #CAA15B;
}
.TagClassName
{
border-color: #CAA15B;
}
</style>