Shades of Apache #CA9F5B
Tints of Apache #CA9F5B
RGB
CMYK
RGB Variations
Color information
#CA9F5B (or 0xCA9F5B) is known color: Apache. HEX triplet: CA, 9F and 5B. RGB value is (202,159,91). Sum of RGB (Red+Green+Blue) = 202+159+91=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 159 (62.5% from 255 or 35.18% from 452); Blue value is 91 (35.94% from 255 or 20.13% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9F5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9F5B is #3560A4. Grayscale: #A4A4A4. Windows color (decimal): -3498149 or 6004682. OLE color: 6004682.
HSL color Cylindrical-coordinate representation of color #CA9F5B: hue angle of 36.76º 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 #CA9F5B is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 159 | 91 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.21 |
| HSL | 36.76º | 0.51% | 0.57% | - |
| HSV(B) | 36.76º | 0.55% | 0.79% | - |
| XYZ | 38.64 | 38.11 | 15.22 | - |
| YUV | 164.11 | 86.75 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 159 | 91 | 0 | 0.21 | 0.55 | 0.21 | 36.76 | 0.51 | 0.57 |
| Hex | CA | 9F | 5B | 0 | 15 | 37 | 15 | 25 | 33 | 39 |
| Octal | 312 | 237 | 133 | 0 | 25 | 67 | 25 | 45 | 63 | 71 |
| Binary | 11001010 | 10011111 | 1011011 | 0 | 10101 | 110111 | 10101 | 100101 | 110011 | 111001 |
Color Harmonies of #CA9F5B
Complementary color
Monochromatic Colors of #CA9F5B
Black with #CA9F5B
Text Example
Text Example
White with #CA9F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9F5B; }
p { color: rgb(202,159,91); }
H1.HeaderClassName
{
color: #CA9F5B;
}
.AnyTagClassName
{
color: #CA9F5B;
}
</style>
background-color css
<style>
a { background-color: #CA9F5B; }
a { background-color: rgb(202,159,91); }
div.DivClassName
{
background-color: #CA9F5B;
}
.BgClassName
{
background-color: #CA9F5B;
}
</style>
border-color css
<style>
span { border-color: #CA9F5B; }
span { border-color: rgb(202,159,91); }
td.TdClassName
{
border-color: #CA9F5B;
}
.TagClassName
{
border-color: #CA9F5B;
}
</style>