#CCA452

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

Shades of Apache #CCA452

Tints of Apache #CCA452

Color information

#CCA452 (or 0xCCA452) is unknown color: approx Apache. HEX triplet: CC, A4 and 52. RGB value is (204,164,82). Sum of RGB (Red+Green+Blue) = 204+164+82=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 164 (64.45% from 255 or 36.44% from 450); Blue value is 82 (32.42% from 255 or 18.22% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA452 is #335BAD. Grayscale: #A6A6A6. Windows color (decimal): -3365806 or 5416140. OLE color: 5416140.

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

Color convert

RGB20416482-
CMYK00.200.600.2
HSL40.33º54.46%56.08%-
HSV(B)40.33º59.8%80%-
XYZ39.74013.61-
YUV166.6180.25154.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.33%
GREEN value IS 164 (64.45% from 255) = 36.44%
BLUE value IS 82 (32.42% from 255) = 18.22%
R=45.33%
G=36.44%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041648200.200.600.240.3354.4656.08
HexCCA4520143C14283638
Octal3142441220247424506670
Binary1100110010100100101001001010011110010100101000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA452; }

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

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

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

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

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

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

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

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