#CCA854

Color #CCA854 Apache (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apache #CCA854

Tints of Apache #CCA854

Color information

#CCA854 (or 0xCCA854) is unknown color: approx Apache. HEX triplet: CC, A8 and 54. RGB value is (204,168,84). Sum of RGB (Red+Green+Blue) = 204+168+84=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 84 (33.20% from 255 or 18.42% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA854 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA854 is #3357AB. Grayscale: #A9A9A9. Windows color (decimal): -3364780 or 5548236. OLE color: 5548236.

HSL color Cylindrical-coordinate representation of color #CCA854: hue angle of 42º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCA854 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.2.

Color convert

RGB20416884-
CMYK00.180.590.2
HSL42º54.05%56.47%-
HSV(B)42º58.82%80%-
XYZ40.541.4814.26-
YUV169.1979.93152.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 44.74%
GREEN value IS 168 (66.02% from 255) = 36.84%
BLUE value IS 84 (33.20% from 255) = 18.42%
R=44.74%
G=36.84%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041688400.180.590.24254.0556.47
HexCCA8540123B142a3638
Octal3142501240227324526670
Binary1100110010101000101010001001011101110100101010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA854; }

 p { color: rgb(204,168,84); }

 H1.HeaderClassName
 {
   color: #CCA854;
 }
 .AnyTagClassName
 {
   color: #CCA854;
 }
</style>
background-color css

<style>
 a { background-color: #CCA854; }

 a { background-color: rgb(204,168,84); }

 div.DivClassName
 {
   background-color: #CCA854;
 }
 .BgClassName
 {
   background-color: #CCA854;
 }
</style>
border-color css

<style>
 span { border-color: #CCA854; }

 span { border-color: rgb(204,168,84); }

 td.TdClassName
 {
   border-color: #CCA854;
 }
 .TagClassName
 {
   border-color: #CCA854;
 }
</style>