Shades of Apache #CA9E52
Tints of Apache #CA9E52
RGB
CMYK
RGB Variations
Color information
#CA9E52 (or 0xCA9E52) is known color: Apache. HEX triplet: CA, 9E and 52. RGB value is (202,158,82). Sum of RGB (Red+Green+Blue) = 202+158+82=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 158 (62.11% from 255 or 35.75% from 442); Blue value is 82 (32.42% from 255 or 18.55% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9E52 is #3561AD. Grayscale: #A2A2A2. Windows color (decimal): -3498414 or 5414602. OLE color: 5414602.
HSL color Cylindrical-coordinate representation of color #CA9E52: hue angle of 38º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA9E52 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 158 | 82 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.21 |
| HSL | 38º | 0.53% | 0.56% | - |
| HSV(B) | 38º | 0.59% | 0.79% | - |
| XYZ | 38.11 | 37.62 | 13.24 | - |
| YUV | 162.49 | 82.58 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 82 | 0 | 0.22 | 0.59 | 0.21 | 38 | 0.53 | 0.56 |
| Hex | CA | 9E | 52 | 0 | 16 | 3B | 15 | 26 | 35 | 38 |
| Octal | 312 | 236 | 122 | 0 | 26 | 73 | 25 | 46 | 65 | 70 |
| Binary | 11001010 | 10011110 | 1010010 | 0 | 10110 | 111011 | 10101 | 100110 | 110101 | 111000 |
Color Harmonies of #CA9E52
Complementary color
Monochromatic Colors of #CA9E52
Black with #CA9E52
Text Example
Text Example
White with #CA9E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9E52; }
p { color: rgb(202,158,82); }
H1.HeaderClassName
{
color: #CA9E52;
}
.AnyTagClassName
{
color: #CA9E52;
}
</style>
background-color css
<style>
a { background-color: #CA9E52; }
a { background-color: rgb(202,158,82); }
div.DivClassName
{
background-color: #CA9E52;
}
.BgClassName
{
background-color: #CA9E52;
}
</style>
border-color css
<style>
span { border-color: #CA9E52; }
span { border-color: rgb(202,158,82); }
td.TdClassName
{
border-color: #CA9E52;
}
.TagClassName
{
border-color: #CA9E52;
}
</style>