#CCA45C

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

Shades of Apache #CCA45C

Tints of Apache #CCA45C

Color information

#CCA45C (or 0xCCA45C) is unknown color: approx Apache. HEX triplet: CC, A4 and 5C. RGB value is (204,164,92). Sum of RGB (Red+Green+Blue) = 204+164+92=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 164 (64.45% from 255 or 35.65% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA45C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA45C is #335BA3. Grayscale: #A8A8A8. Windows color (decimal): -3365796 or 6071500. OLE color: 6071500.

HSL color Cylindrical-coordinate representation of color #CCA45C: hue angle of 38.57º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCA45C is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB20416492-
CMYK00.200.550.2
HSL38.57º52.34%58.04%-
HSV(B)38.57º54.9%80%-
XYZ40.1140.1615.76-
YUV167.7585.25153.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.35%
GREEN value IS 164 (64.45% from 255) = 35.65%
BLUE value IS 92 (36.33% from 255) = 20%
R=44.35%
G=35.65%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041649200.200.550.238.5752.3458.04
HexCCA45C014371427343a
Octal3142441340246724476472
Binary1100110010100100101110001010011011110100100111110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA45C; }

 p { color: rgb(204,164,92); }

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

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

 a { background-color: rgb(204,164,92); }

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

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

 span { border-color: rgb(204,164,92); }

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