Shades of Apache #CAA05B
Tints of Apache #CAA05B
RGB
CMYK
RGB Variations
Color information
#CAA05B (or 0xCAA05B) is known color: Apache. HEX triplet: CA, A0 and 5B. RGB value is (202,160,91). Sum of RGB (Red+Green+Blue) = 202+160+91=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 91 (35.94% from 255 or 20.09% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA05B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA05B is #355FA4. Grayscale: #A5A5A5. Windows color (decimal): -3497893 or 6004938. OLE color: 6004938.
HSL color Cylindrical-coordinate representation of color #CAA05B: hue angle of 37.3º 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 #CAA05B is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 91 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.21 |
| HSL | 37.3º | 0.51% | 0.57% | - |
| HSV(B) | 37.3º | 0.55% | 0.79% | - |
| XYZ | 38.82 | 38.45 | 15.27 | - |
| YUV | 164.69 | 86.41 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 91 | 0 | 0.21 | 0.55 | 0.21 | 37.3 | 0.51 | 0.57 |
| Hex | CA | A0 | 5B | 0 | 15 | 37 | 15 | 25 | 33 | 39 |
| Octal | 312 | 240 | 133 | 0 | 25 | 67 | 25 | 45 | 63 | 71 |
| Binary | 11001010 | 10100000 | 1011011 | 0 | 10101 | 110111 | 10101 | 100101 | 110011 | 111001 |
Color Harmonies of #CAA05B
Complementary color
Monochromatic Colors of #CAA05B
Black with #CAA05B
Text Example
Text Example
White with #CAA05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA05B; }
p { color: rgb(202,160,91); }
H1.HeaderClassName
{
color: #CAA05B;
}
.AnyTagClassName
{
color: #CAA05B;
}
</style>
background-color css
<style>
a { background-color: #CAA05B; }
a { background-color: rgb(202,160,91); }
div.DivClassName
{
background-color: #CAA05B;
}
.BgClassName
{
background-color: #CAA05B;
}
</style>
border-color css
<style>
span { border-color: #CAA05B; }
span { border-color: rgb(202,160,91); }
td.TdClassName
{
border-color: #CAA05B;
}
.TagClassName
{
border-color: #CAA05B;
}
</style>