Shades of Apache #CA9F51
Tints of Apache #CA9F51
RGB
CMYK
RGB Variations
Color information
#CA9F51 (or 0xCA9F51) is known color: Apache. HEX triplet: CA, 9F and 51. RGB value is (202,159,81). Sum of RGB (Red+Green+Blue) = 202+159+81=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 159 (62.5% from 255 or 35.97% from 442); Blue value is 81 (32.03% from 255 or 18.33% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9F51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9F51 is #3560AE. Grayscale: #A3A3A3. Windows color (decimal): -3498159 or 5349322. OLE color: 5349322.
HSL color Cylindrical-coordinate representation of color #CA9F51: hue angle of 38.68º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA9F51 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 159 | 81 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.21 |
| HSL | 38.68º | 0.53% | 0.55% | - |
| HSV(B) | 38.68º | 0.6% | 0.79% | - |
| XYZ | 38.24 | 37.95 | 13.09 | - |
| YUV | 162.97 | 81.75 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 159 | 81 | 0 | 0.21 | 0.60 | 0.21 | 38.68 | 0.53 | 0.55 |
| Hex | CA | 9F | 51 | 0 | 15 | 3C | 15 | 27 | 35 | 37 |
| Octal | 312 | 237 | 121 | 0 | 25 | 74 | 25 | 47 | 65 | 67 |
| Binary | 11001010 | 10011111 | 1010001 | 0 | 10101 | 111100 | 10101 | 100111 | 110101 | 110111 |
Color Harmonies of #CA9F51
Complementary color
Monochromatic Colors of #CA9F51
Black with #CA9F51
Text Example
Text Example
White with #CA9F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9F51; }
p { color: rgb(202,159,81); }
H1.HeaderClassName
{
color: #CA9F51;
}
.AnyTagClassName
{
color: #CA9F51;
}
</style>
background-color css
<style>
a { background-color: #CA9F51; }
a { background-color: rgb(202,159,81); }
div.DivClassName
{
background-color: #CA9F51;
}
.BgClassName
{
background-color: #CA9F51;
}
</style>
border-color css
<style>
span { border-color: #CA9F51; }
span { border-color: rgb(202,159,81); }
td.TdClassName
{
border-color: #CA9F51;
}
.TagClassName
{
border-color: #CA9F51;
}
</style>