#CCA060

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

Shades of Apache #CCA060

Tints of Apache #CCA060

Color information

#CCA060 (or 0xCCA060) is unknown color: approx Apache. HEX triplet: CC, A0 and 60. RGB value is (204,160,96). Sum of RGB (Red+Green+Blue) = 204+160+96=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 160 (62.89% from 255 or 34.78% from 460); Blue value is 96 (37.89% from 255 or 20.87% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA060 is #335F9F. Grayscale: #A6A6A6. Windows color (decimal): -3366816 or 6332620. OLE color: 6332620.

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

Color convert

RGB20416096-
CMYK00.220.530.2
HSL35.56º51.43%58.82%-
HSV(B)35.56º52.94%80%-
XYZ39.5838.8216.47-
YUV165.8688.58155.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.35%
GREEN value IS 160 (62.89% from 255) = 34.78%
BLUE value IS 96 (37.89% from 255) = 20.87%
R=44.35%
G=34.78%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041609600.220.530.235.5651.4358.82
HexCCA060016351424333b
Octal3142401400266524446373
Binary1100110010100000110000001011011010110100100100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA060; }

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

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

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

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

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

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

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

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