Shades of Apache #CA9F5C
Tints of Apache #CA9F5C
RGB
CMYK
RGB Variations
Color information
#CA9F5C (or 0xCA9F5C) is known color: Apache. HEX triplet: CA, 9F and 5C. RGB value is (202,159,92). Sum of RGB (Red+Green+Blue) = 202+159+92=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 159 (62.5% from 255 or 35.10% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9F5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9F5C is #3560A3. Grayscale: #A4A4A4. Windows color (decimal): -3498148 or 6070218. OLE color: 6070218.
HSL color Cylindrical-coordinate representation of color #CA9F5C: hue angle of 36.55º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA9F5C is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 159 | 92 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.21 |
| HSL | 36.55º | 0.51% | 0.58% | - |
| HSV(B) | 36.55º | 0.54% | 0.79% | - |
| XYZ | 38.69 | 38.13 | 15.45 | - |
| YUV | 164.22 | 87.25 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 159 | 92 | 0 | 0.21 | 0.54 | 0.21 | 36.55 | 0.51 | 0.58 |
| Hex | CA | 9F | 5C | 0 | 15 | 36 | 15 | 25 | 33 | 3A |
| Octal | 312 | 237 | 134 | 0 | 25 | 66 | 25 | 45 | 63 | 72 |
| Binary | 11001010 | 10011111 | 1011100 | 0 | 10101 | 110110 | 10101 | 100101 | 110011 | 111010 |
Color Harmonies of #CA9F5C
Complementary color
Monochromatic Colors of #CA9F5C
Black with #CA9F5C
Text Example
Text Example
White with #CA9F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9F5C; }
p { color: rgb(202,159,92); }
H1.HeaderClassName
{
color: #CA9F5C;
}
.AnyTagClassName
{
color: #CA9F5C;
}
</style>
background-color css
<style>
a { background-color: #CA9F5C; }
a { background-color: rgb(202,159,92); }
div.DivClassName
{
background-color: #CA9F5C;
}
.BgClassName
{
background-color: #CA9F5C;
}
</style>
border-color css
<style>
span { border-color: #CA9F5C; }
span { border-color: rgb(202,159,92); }
td.TdClassName
{
border-color: #CA9F5C;
}
.TagClassName
{
border-color: #CA9F5C;
}
</style>