#CCA352

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

Shades of Apache #CCA352

Tints of Apache #CCA352

Color information

#CCA352 (or 0xCCA352) is unknown color: approx Apache. HEX triplet: CC, A3 and 52. RGB value is (204,163,82). Sum of RGB (Red+Green+Blue) = 204+163+82=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 82 (32.42% from 255 or 18.26% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA352 is #335CAD. Grayscale: #A6A6A6. Windows color (decimal): -3366062 or 5415884. OLE color: 5415884.

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

Color convert

RGB20416382-
CMYK00.200.600.2
HSL39.84º54.46%56.08%-
HSV(B)39.84º59.8%80%-
XYZ39.5239.6413.55-
YUV166.0280.58155.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.43%
GREEN value IS 163 (64.06% from 255) = 36.30%
BLUE value IS 82 (32.42% from 255) = 18.26%
R=45.43%
G=36.30%
B=18.26%

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
Decimal2041638200.200.600.239.8454.4656.08
HexCCA3520143C14283638
Octal3142431220247424506670
Binary1100110010100011101001001010011110010100101000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA352; }

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

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

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

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

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

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

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

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