#CCA264

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

Shades of Apache #CCA264

Tints of Apache #CCA264

Color information

#CCA264 (or 0xCCA264) is unknown color: approx Apache. HEX triplet: CC, A2 and 64. RGB value is (204,162,100). Sum of RGB (Red+Green+Blue) = 204+162+100=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 162 (63.67% from 255 or 34.76% from 466); Blue value is 100 (39.45% from 255 or 21.46% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA264 is #335D9B. Grayscale: #A7A7A7. Windows color (decimal): -3366300 or 6595276. OLE color: 6595276.

HSL color Cylindrical-coordinate representation of color #CCA264: hue angle of 35.77º 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 #CCA264 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB204162100-
CMYK00.210.510.2
HSL35.77º50.49%59.61%-
HSV(B)35.77º50.98%80%-
XYZ40.1239.617.59-
YUV167.4989.91154.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.78%
GREEN value IS 162 (63.67% from 255) = 34.76%
BLUE value IS 100 (39.45% from 255) = 21.46%
R=43.78%
G=34.76%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416210000.210.510.235.7750.4959.61
HexCCA264015331424323c
Octal3142421440256324446274
Binary1100110010100010110010001010111001110100100100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA264; }

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

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

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

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

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

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

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

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