Shades of Apache #CBA462
Tints of Apache #CBA462
RGB
CMYK
RGB Variations
Color information
#CBA462 (or 0xCBA462) is known color: Apache. HEX triplet: CB, A4 and 62. RGB value is (203,164,98). Sum of RGB (Red+Green+Blue) = 203+164+98=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA462 is #345B9D. Grayscale: #A8A8A8. Windows color (decimal): -3431326 or 6464715. OLE color: 6464715.
HSL color Cylindrical-coordinate representation of color #CBA462: hue angle of 37.71º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CBA462 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 164 | 98 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.20 |
| HSL | 37.71º | 0.5% | 0.59% | - |
| HSV(B) | 37.71º | 0.52% | 0.8% | - |
| XYZ | 40.11 | 40.13 | 17.19 | - |
| YUV | 168.14 | 88.42 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 98 | 0 | 0.19 | 0.52 | 0.20 | 37.71 | 0.5 | 0.59 |
| Hex | CB | A4 | 62 | 0 | 13 | 34 | 14 | 26 | 32 | 3B |
| Octal | 313 | 244 | 142 | 0 | 23 | 64 | 24 | 46 | 62 | 73 |
| Binary | 11001011 | 10100100 | 1100010 | 0 | 10011 | 110100 | 10100 | 100110 | 110010 | 111011 |
Color Harmonies of #CBA462
Complementary color
Monochromatic Colors of #CBA462
Black with #CBA462
Text Example
Text Example
White with #CBA462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA462; }
p { color: rgb(203,164,98); }
H1.HeaderClassName
{
color: #CBA462;
}
.AnyTagClassName
{
color: #CBA462;
}
</style>
background-color css
<style>
a { background-color: #CBA462; }
a { background-color: rgb(203,164,98); }
div.DivClassName
{
background-color: #CBA462;
}
.BgClassName
{
background-color: #CBA462;
}
</style>
border-color css
<style>
span { border-color: #CBA462; }
span { border-color: rgb(203,164,98); }
td.TdClassName
{
border-color: #CBA462;
}
.TagClassName
{
border-color: #CBA462;
}
</style>