#CCA460

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

Shades of Apache #CCA460

Tints of Apache #CCA460

Color information

#CCA460 (or 0xCCA460) is unknown color: approx Apache. HEX triplet: CC, A4 and 60. RGB value is (204,164,96). Sum of RGB (Red+Green+Blue) = 204+164+96=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 96 (37.89% from 255 or 20.69% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA460 is #335B9F. Grayscale: #A8A8A8. Windows color (decimal): -3365792 or 6333644. OLE color: 6333644.

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

Color convert

RGB20416496-
CMYK00.200.530.2
HSL37.78º51.43%58.82%-
HSV(B)37.78º52.94%80%-
XYZ40.2940.2316.71-
YUV168.2187.25153.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.97%
GREEN value IS 164 (64.45% from 255) = 35.34%
BLUE value IS 96 (37.89% from 255) = 20.69%
R=43.97%
G=35.34%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041649600.200.530.237.7851.4358.82
HexCCA460014351426333b
Octal3142441400246524466373
Binary1100110010100100110000001010011010110100100110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA460; }

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

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

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

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

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

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

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

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