#CCA059

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

Shades of Apache #CCA059

Tints of Apache #CCA059

Color information

#CCA059 (or 0xCCA059) is unknown color: approx Apache. HEX triplet: CC, A0 and 59. RGB value is (204,160,89). Sum of RGB (Red+Green+Blue) = 204+160+89=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 89 (35.16% from 255 or 19.65% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA059 is #335FA6. Grayscale: #A5A5A5. Windows color (decimal): -3366823 or 5873868. OLE color: 5873868.

HSL color Cylindrical-coordinate representation of color #CCA059: hue angle of 37.04º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCA059 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB20416089-
CMYK00.220.560.2
HSL37.04º53%57.45%-
HSV(B)37.04º56.37%80%-
XYZ39.2838.714.85-
YUV165.0685.08155.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.03%
GREEN value IS 160 (62.89% from 255) = 35.32%
BLUE value IS 89 (35.16% from 255) = 19.65%
R=45.03%
G=35.32%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041608900.220.560.237.045357.45
HexCCA0590163814253539
Octal3142401310267024456571
Binary1100110010100000101100101011011100010100100101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA059; }

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

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

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

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

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

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

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

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