Shades of Apache #CBA262
Tints of Apache #CBA262
RGB
CMYK
RGB Variations
Color information
#CBA262 (or 0xCBA262) is known color: Apache. HEX triplet: CB, A2 and 62. RGB value is (203,162,98). Sum of RGB (Red+Green+Blue) = 203+162+98=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 162 (63.67% from 255 or 34.99% from 463); Blue value is 98 (38.67% from 255 or 21.17% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA262 is #345D9D. Grayscale: #A7A7A7. Windows color (decimal): -3431838 or 6464203. OLE color: 6464203.
HSL color Cylindrical-coordinate representation of color #CBA262: hue angle of 36.57º 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 #CBA262 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 162 | 98 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.20 |
| HSL | 36.57º | 0.5% | 0.59% | - |
| HSV(B) | 36.57º | 0.52% | 0.8% | - |
| XYZ | 39.75 | 39.42 | 17.07 | - |
| YUV | 166.96 | 89.08 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 98 | 0 | 0.20 | 0.52 | 0.20 | 36.57 | 0.5 | 0.59 |
| Hex | CB | A2 | 62 | 0 | 14 | 34 | 14 | 25 | 32 | 3B |
| Octal | 313 | 242 | 142 | 0 | 24 | 64 | 24 | 45 | 62 | 73 |
| Binary | 11001011 | 10100010 | 1100010 | 0 | 10100 | 110100 | 10100 | 100101 | 110010 | 111011 |
Color Harmonies of #CBA262
Complementary color
Monochromatic Colors of #CBA262
Black with #CBA262
Text Example
Text Example
White with #CBA262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA262; }
p { color: rgb(203,162,98); }
H1.HeaderClassName
{
color: #CBA262;
}
.AnyTagClassName
{
color: #CBA262;
}
</style>
background-color css
<style>
a { background-color: #CBA262; }
a { background-color: rgb(203,162,98); }
div.DivClassName
{
background-color: #CBA262;
}
.BgClassName
{
background-color: #CBA262;
}
</style>
border-color css
<style>
span { border-color: #CBA262; }
span { border-color: rgb(203,162,98); }
td.TdClassName
{
border-color: #CBA262;
}
.TagClassName
{
border-color: #CBA262;
}
</style>