#CCA160

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

Shades of Apache #CCA160

Tints of Apache #CCA160

Color information

#CCA160 (or 0xCCA160) is unknown color: approx Apache. HEX triplet: CC, A1 and 60. RGB value is (204,161,96). Sum of RGB (Red+Green+Blue) = 204+161+96=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 96 (37.89% from 255 or 20.82% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA160 is #335E9F. Grayscale: #A6A6A6. Windows color (decimal): -3366560 or 6332876. OLE color: 6332876.

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

Color convert

RGB20416196-
CMYK00.210.530.2
HSL36.11º51.43%58.82%-
HSV(B)36.11º52.94%80%-
XYZ39.7639.1716.53-
YUV166.4588.25154.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.25%
GREEN value IS 161 (63.28% from 255) = 34.92%
BLUE value IS 96 (37.89% from 255) = 20.82%
R=44.25%
G=34.92%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041619600.210.530.236.1151.4358.82
HexCCA160015351424333b
Octal3142411400256524446373
Binary1100110010100001110000001010111010110100100100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA160; }

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

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

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

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

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

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

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

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