Shades of Apache #CCA467
Tints of Apache #CCA467
RGB
CMYK
RGB Variations
Color information
#CCA467 (or 0xCCA467) is known color: Apache. HEX triplet: CC, A4 and 67. RGB value is (204,164,103). Sum of RGB (Red+Green+Blue) = 204+164+103=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 103 (40.62% from 255 or 21.87% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA467 is #335B98. Grayscale: #A9A9A9. Windows color (decimal): -3365785 or 6792396. OLE color: 6792396.
HSL color Cylindrical-coordinate representation of color #CCA467: hue angle of 36.24º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCA467 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 164 | 103 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.2 |
| HSL | 36.24º | 0.5% | 0.6% | - |
| HSV(B) | 36.24º | 0.5% | 0.8% | - |
| XYZ | 40.63 | 40.37 | 18.48 | - |
| YUV | 169.01 | 90.75 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 164 | 103 | 0 | 0.20 | 0.50 | 0.2 | 36.24 | 0.5 | 0.6 |
| Hex | CC | A4 | 67 | 0 | 14 | 32 | 14 | 24 | 32 | 3C |
| Octal | 314 | 244 | 147 | 0 | 24 | 62 | 24 | 44 | 62 | 74 |
| Binary | 11001100 | 10100100 | 1100111 | 0 | 10100 | 110010 | 10100 | 100100 | 110010 | 111100 |
Color Harmonies of #CCA467
Complementary color
Monochromatic Colors of #CCA467
Black with #CCA467
Text Example
Text Example
White with #CCA467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA467; }
p { color: rgb(204,164,103); }
H1.HeaderClassName
{
color: #CCA467;
}
.AnyTagClassName
{
color: #CCA467;
}
</style>
background-color css
<style>
a { background-color: #CCA467; }
a { background-color: rgb(204,164,103); }
div.DivClassName
{
background-color: #CCA467;
}
.BgClassName
{
background-color: #CCA467;
}
</style>
border-color css
<style>
span { border-color: #CCA467; }
span { border-color: rgb(204,164,103); }
td.TdClassName
{
border-color: #CCA467;
}
.TagClassName
{
border-color: #CCA467;
}
</style>