Shades of Apache #CCA15F
Tints of Apache #CCA15F
RGB
CMYK
RGB Variations
Color information
#CCA15F (or 0xCCA15F) is known color: Apache. HEX triplet: CC, A1 and 5F. RGB value is (204,161,95). Sum of RGB (Red+Green+Blue) = 204+161+95=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 161 (63.28% from 255 or 35% from 460); Blue value is 95 (37.5% from 255 or 20.65% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA15F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA15F is #335EA0. Grayscale: #A6A6A6. Windows color (decimal): -3366561 or 6267340. OLE color: 6267340.
HSL color Cylindrical-coordinate representation of color #CCA15F: hue angle of 36.33º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCA15F is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 95 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.2 |
| HSL | 36.33º | 0.52% | 0.59% | - |
| HSV(B) | 36.33º | 0.53% | 0.8% | - |
| XYZ | 39.71 | 39.15 | 16.29 | - |
| YUV | 166.33 | 87.75 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 95 | 0 | 0.21 | 0.53 | 0.2 | 36.33 | 0.52 | 0.59 |
| Hex | CC | A1 | 5F | 0 | 15 | 35 | 14 | 24 | 34 | 3B |
| Octal | 314 | 241 | 137 | 0 | 25 | 65 | 24 | 44 | 64 | 73 |
| Binary | 11001100 | 10100001 | 1011111 | 0 | 10101 | 110101 | 10100 | 100100 | 110100 | 111011 |
Color Harmonies of #CCA15F
Complementary color
Monochromatic Colors of #CCA15F
Black with #CCA15F
Text Example
Text Example
White with #CCA15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA15F; }
p { color: rgb(204,161,95); }
H1.HeaderClassName
{
color: #CCA15F;
}
.AnyTagClassName
{
color: #CCA15F;
}
</style>
background-color css
<style>
a { background-color: #CCA15F; }
a { background-color: rgb(204,161,95); }
div.DivClassName
{
background-color: #CCA15F;
}
.BgClassName
{
background-color: #CCA15F;
}
</style>
border-color css
<style>
span { border-color: #CCA15F; }
span { border-color: rgb(204,161,95); }
td.TdClassName
{
border-color: #CCA15F;
}
.TagClassName
{
border-color: #CCA15F;
}
</style>