Shades of Apache #CCA762
Tints of Apache #CCA762
RGB
CMYK
RGB Variations
Color information
#CCA762 (or 0xCCA762) is known color: Apache. HEX triplet: CC, A7 and 62. RGB value is (204,167,98). Sum of RGB (Red+Green+Blue) = 204+167+98=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 167 (65.62% from 255 or 35.61% from 469); Blue value is 98 (38.67% from 255 or 20.90% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA762 is #33589D. Grayscale: #AAAAAA. Windows color (decimal): -3365022 or 6465484. OLE color: 6465484.
HSL color Cylindrical-coordinate representation of color #CCA762: hue angle of 39.06º degrees, saturation: 0.51, 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 #CCA762 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 167 | 98 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.2 |
| HSL | 39.06º | 0.51% | 0.59% | - |
| HSV(B) | 39.06º | 0.52% | 0.8% | - |
| XYZ | 40.93 | 41.36 | 17.38 | - |
| YUV | 170.2 | 87.26 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 167 | 98 | 0 | 0.18 | 0.52 | 0.2 | 39.06 | 0.51 | 0.59 |
| Hex | CC | A7 | 62 | 0 | 12 | 34 | 14 | 27 | 33 | 3B |
| Octal | 314 | 247 | 142 | 0 | 22 | 64 | 24 | 47 | 63 | 73 |
| Binary | 11001100 | 10100111 | 1100010 | 0 | 10010 | 110100 | 10100 | 100111 | 110011 | 111011 |
Color Harmonies of #CCA762
Complementary color
Monochromatic Colors of #CCA762
Black with #CCA762
Text Example
Text Example
White with #CCA762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA762; }
p { color: rgb(204,167,98); }
H1.HeaderClassName
{
color: #CCA762;
}
.AnyTagClassName
{
color: #CCA762;
}
</style>
background-color css
<style>
a { background-color: #CCA762; }
a { background-color: rgb(204,167,98); }
div.DivClassName
{
background-color: #CCA762;
}
.BgClassName
{
background-color: #CCA762;
}
</style>
border-color css
<style>
span { border-color: #CCA762; }
span { border-color: rgb(204,167,98); }
td.TdClassName
{
border-color: #CCA762;
}
.TagClassName
{
border-color: #CCA762;
}
</style>