#CCA459

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

Shades of Apache #CCA459

Tints of Apache #CCA459

Color information

#CCA459 (or 0xCCA459) is unknown color: approx Apache. HEX triplet: CC, A4 and 59. RGB value is (204,164,89). Sum of RGB (Red+Green+Blue) = 204+164+89=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 164 (64.45% from 255 or 35.89% from 457); Blue value is 89 (35.16% from 255 or 19.47% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA459 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA459 is #335BA6. Grayscale: #A7A7A7. Windows color (decimal): -3365799 or 5874892. OLE color: 5874892.

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

Color convert

RGB20416489-
CMYK00.200.560.2
HSL39.13º53%57.45%-
HSV(B)39.13º56.37%80%-
XYZ39.9840.1115.09-
YUV167.4183.75154.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.64%
GREEN value IS 164 (64.45% from 255) = 35.89%
BLUE value IS 89 (35.16% from 255) = 19.47%
R=44.64%
G=35.89%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041648900.200.560.239.135357.45
HexCCA4590143814273539
Octal3142441310247024476571
Binary1100110010100100101100101010011100010100100111110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA459; }

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

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

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

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

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

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

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

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