#CCA052

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

Shades of Apache #CCA052

Tints of Apache #CCA052

Color information

#CCA052 (or 0xCCA052) is unknown color: approx Apache. HEX triplet: CC, A0 and 52. RGB value is (204,160,82). Sum of RGB (Red+Green+Blue) = 204+160+82=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 82 (32.42% from 255 or 18.39% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA052 is #335FAD. Grayscale: #A4A4A4. Windows color (decimal): -3366830 or 5415116. OLE color: 5415116.

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

Color convert

RGB20416082-
CMYK00.220.600.2
HSL38.36º54.46%56.08%-
HSV(B)38.36º59.8%80%-
XYZ3938.5913.38-
YUV164.2681.58156.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.74%
GREEN value IS 160 (62.89% from 255) = 35.87%
BLUE value IS 82 (32.42% from 255) = 18.39%
R=45.74%
G=35.87%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041608200.220.600.238.3654.4656.08
HexCCA0520163C14263638
Octal3142401220267424466670
Binary1100110010100000101001001011011110010100100110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA052; }

 p { color: rgb(204,160,82); }

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

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

 a { background-color: rgb(204,160,82); }

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

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

 span { border-color: rgb(204,160,82); }

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