#CCA756

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

Shades of Apache #CCA756

Tints of Apache #CCA756

Color information

#CCA756 (or 0xCCA756) is unknown color: approx Apache. HEX triplet: CC, A7 and 56. RGB value is (204,167,86). Sum of RGB (Red+Green+Blue) = 204+167+86=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 167 (65.62% from 255 or 36.54% from 457); Blue value is 86 (33.98% from 255 or 18.82% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA756 is #3358A9. Grayscale: #A9A9A9. Windows color (decimal): -3365034 or 5679052. OLE color: 5679052.

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

Color convert

RGB20416786-
CMYK00.180.580.2
HSL41.19º53.64%56.86%-
HSV(B)41.19º57.84%80%-
XYZ40.441.1514.62-
YUV168.8381.26153.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.64%
GREEN value IS 167 (65.62% from 255) = 36.54%
BLUE value IS 86 (33.98% from 255) = 18.82%
R=44.64%
G=36.54%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041678600.180.580.241.1953.6456.86
HexCCA7560123A14293639
Octal3142471260227224516671
Binary1100110010100111101011001001011101010100101001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA756; }

 p { color: rgb(204,167,86); }

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

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

 a { background-color: rgb(204,167,86); }

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

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

 span { border-color: rgb(204,167,86); }

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