#CCA552

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

Shades of Apache #CCA552

Tints of Apache #CCA552

Color information

#CCA552 (or 0xCCA552) is unknown color: approx Apache. HEX triplet: CC, A5 and 52. RGB value is (204,165,82). Sum of RGB (Red+Green+Blue) = 204+165+82=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 165 (64.84% from 255 or 36.59% from 451); Blue value is 82 (32.42% from 255 or 18.18% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA552 is #335AAD. Grayscale: #A7A7A7. Windows color (decimal): -3365550 or 5416396. OLE color: 5416396.

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

Color convert

RGB20416582-
CMYK00.190.600.2
HSL40.82º54.46%56.08%-
HSV(B)40.82º59.8%80%-
XYZ39.8840.3613.67-
YUV167.279.92154.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.23%
GREEN value IS 165 (64.84% from 255) = 36.59%
BLUE value IS 82 (32.42% from 255) = 18.18%
R=45.23%
G=36.59%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041658200.190.600.240.8254.4656.08
HexCCA5520133C14293638
Octal3142451220237424516670
Binary1100110010100101101001001001111110010100101001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA552; }

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

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

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

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

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

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

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

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