#CCA564

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

Shades of Apache #CCA564

Tints of Apache #CCA564

Color information

#CCA564 (or 0xCCA564) is unknown color: approx Apache. HEX triplet: CC, A5 and 64. RGB value is (204,165,100). Sum of RGB (Red+Green+Blue) = 204+165+100=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 100 (39.45% from 255 or 21.32% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA564 is #335A9B. Grayscale: #A9A9A9. Windows color (decimal): -3365532 or 6596044. OLE color: 6596044.

HSL color Cylindrical-coordinate representation of color #CCA564: hue angle of 37.5º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCA564 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB204165100-
CMYK00.190.510.2
HSL37.5º50.49%59.61%-
HSV(B)37.5º50.98%80%-
XYZ40.6640.6717.76-
YUV169.2588.92152.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.50%
GREEN value IS 165 (64.84% from 255) = 35.18%
BLUE value IS 100 (39.45% from 255) = 21.32%
R=43.50%
G=35.18%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.51
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416510000.190.510.237.550.4959.61
HexCCA564013331426323c
Octal3142451440236324466274
Binary1100110010100101110010001001111001110100100110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA564; }

 p { color: rgb(204,165,100); }

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

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

 a { background-color: rgb(204,165,100); }

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

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

 span { border-color: rgb(204,165,100); }

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