#cca45b

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

Shades of Apache #CCA45B

Tints of Apache #CCA45B

Color information

#CCA45B (or 0xCCA45B) is unknown color: approx Apache. HEX triplet: CC, A4 and 5B. RGB value is (204,164,91). Sum of RGB (Red+Green+Blue) = 204+164+91=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 164 (64.45% from 255 or 35.73% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA45B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA45B is #335BA4. Grayscale: #A7A7A7. Windows color (decimal): -3365797 or 6005964. OLE color: 6005964.

HSL color Cylindrical-coordinate representation of color #CCA45B: hue angle of 38.76º 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 #CCA45B is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB20416491-
CMYK00.200.550.2
HSL38.76º52.56%57.84%-
HSV(B)38.76º55.39%80%-
XYZ40.0740.1415.53-
YUV167.6484.75153.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.44%
GREEN value IS 164 (64.45% from 255) = 35.73%
BLUE value IS 91 (35.94% from 255) = 19.83%
R=44.44%
G=35.73%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041649100.200.550.238.7652.5657.84
HexCCA45B014371427353a
Octal3142441330246724476572
Binary1100110010100100101101101010011011110100100111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cca45b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cca45b; }

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

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

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

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

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

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

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

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