#CCA35E

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

Shades of Apache #CCA35E

Tints of Apache #CCA35E

Color information

#CCA35E (or 0xCCA35E) is unknown color: approx Apache. HEX triplet: CC, A3 and 5E. RGB value is (204,163,94). Sum of RGB (Red+Green+Blue) = 204+163+94=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 163 (64.06% from 255 or 35.36% from 461); Blue value is 94 (37.11% from 255 or 20.39% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA35E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA35E is #335CA1. Grayscale: #A7A7A7. Windows color (decimal): -3366050 or 6202316. OLE color: 6202316.

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

Color convert

RGB20416394-
CMYK00.200.540.2
HSL37.64º51.89%58.43%-
HSV(B)37.64º53.92%80%-
XYZ40.0239.8416.17-
YUV167.3986.58154.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.25%
GREEN value IS 163 (64.06% from 255) = 35.36%
BLUE value IS 94 (37.11% from 255) = 20.39%
R=44.25%
G=35.36%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041639400.200.540.237.6451.8958.43
HexCCA35E014361426343a
Octal3142431360246624466472
Binary1100110010100011101111001010011011010100100110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA35E; }

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

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

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

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

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

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

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

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