#CCA05B

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

Shades of Apache #CCA05B

Tints of Apache #CCA05B

Color information

#CCA05B (or 0xCCA05B) is unknown color: approx Apache. HEX triplet: CC, A0 and 5B. RGB value is (204,160,91). Sum of RGB (Red+Green+Blue) = 204+160+91=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 91 (35.94% from 255 or 20% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA05B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA05B is #335FA4. Grayscale: #A5A5A5. Windows color (decimal): -3366821 or 6004940. OLE color: 6004940.

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

Color convert

RGB20416091-
CMYK00.220.550.2
HSL36.64º52.56%57.84%-
HSV(B)36.64º55.39%80%-
XYZ39.3638.7315.3-
YUV165.2986.08155.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.84%
GREEN value IS 160 (62.89% from 255) = 35.16%
BLUE value IS 91 (35.94% from 255) = 20%
R=44.84%
G=35.16%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041609100.220.550.236.6452.5657.84
HexCCA05B016371425353a
Octal3142401330266724456572
Binary1100110010100000101101101011011011110100100101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA05B; }

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

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

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

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

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

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

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

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