#CCA661

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

Shades of Apache #CCA661

Tints of Apache #CCA661

Color information

#CCA661 (or 0xCCA661) is unknown color: approx Apache. HEX triplet: CC, A6 and 61. RGB value is (204,166,97). Sum of RGB (Red+Green+Blue) = 204+166+97=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 97 (38.28% from 255 or 20.77% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA661 is #33599E. Grayscale: #A9A9A9. Windows color (decimal): -3365279 or 6399692. OLE color: 6399692.

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

Color convert

RGB20416697-
CMYK00.190.520.2
HSL38.69º51.2%59.02%-
HSV(B)38.69º52.45%80%-
XYZ40.740.9717.07-
YUV169.587.09152.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.68%
GREEN value IS 166 (65.23% from 255) = 35.55%
BLUE value IS 97 (38.28% from 255) = 20.77%
R=43.68%
G=35.55%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041669700.190.520.238.6951.259.02
HexCCA661013341427333b
Octal3142461410236424476373
Binary1100110010100110110000101001111010010100100111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA661; }

 p { color: rgb(204,166,97); }

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

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

 a { background-color: rgb(204,166,97); }

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

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

 span { border-color: rgb(204,166,97); }

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