Shades of Apache #CCA152
Tints of Apache #CCA152
RGB
CMYK
RGB Variations
Color information
#CCA152 (or 0xCCA152) is known color: Apache. HEX triplet: CC, A1 and 52. RGB value is (204,161,82). Sum of RGB (Red+Green+Blue) = 204+161+82=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 161 (63.28% from 255 or 36.02% from 447); Blue value is 82 (32.42% from 255 or 18.34% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA152 is #335EAD. Grayscale: #A5A5A5. Windows color (decimal): -3366574 or 5415372. OLE color: 5415372.
HSL color Cylindrical-coordinate representation of color #CCA152: hue angle of 38.85º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCA152 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 82 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.2 |
| HSL | 38.85º | 0.54% | 0.56% | - |
| HSV(B) | 38.85º | 0.6% | 0.8% | - |
| XYZ | 39.17 | 38.94 | 13.43 | - |
| YUV | 164.85 | 81.25 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 82 | 0 | 0.21 | 0.60 | 0.2 | 38.85 | 0.54 | 0.56 |
| Hex | CC | A1 | 52 | 0 | 15 | 3C | 14 | 27 | 36 | 38 |
| Octal | 314 | 241 | 122 | 0 | 25 | 74 | 24 | 47 | 66 | 70 |
| Binary | 11001100 | 10100001 | 1010010 | 0 | 10101 | 111100 | 10100 | 100111 | 110110 | 111000 |
Color Harmonies of #CCA152
Complementary color
Monochromatic Colors of #CCA152
Black with #CCA152
Text Example
Text Example
White with #CCA152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA152; }
p { color: rgb(204,161,82); }
H1.HeaderClassName
{
color: #CCA152;
}
.AnyTagClassName
{
color: #CCA152;
}
</style>
background-color css
<style>
a { background-color: #CCA152; }
a { background-color: rgb(204,161,82); }
div.DivClassName
{
background-color: #CCA152;
}
.BgClassName
{
background-color: #CCA152;
}
</style>
border-color css
<style>
span { border-color: #CCA152; }
span { border-color: rgb(204,161,82); }
td.TdClassName
{
border-color: #CCA152;
}
.TagClassName
{
border-color: #CCA152;
}
</style>