#CCA666

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

Shades of Apache #CCA666

Tints of Apache #CCA666

Color information

#CCA666 (or 0xCCA666) is unknown color: approx Apache. HEX triplet: CC, A6 and 66. RGB value is (204,166,102). Sum of RGB (Red+Green+Blue) = 204+166+102=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 102 (40.23% from 255 or 21.61% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA666 is #335999. Grayscale: #AAAAAA. Windows color (decimal): -3365274 or 6727372. OLE color: 6727372.

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

Color convert

RGB204166102-
CMYK00.190.50.2
HSL37.65º50%60%-
HSV(B)37.65º50%80%-
XYZ40.9441.0718.34-
YUV170.0789.59152.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.22%
GREEN value IS 166 (65.23% from 255) = 35.17%
BLUE value IS 102 (40.23% from 255) = 21.61%
R=43.22%
G=35.17%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.5
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416610200.190.50.237.655060
HexCCA666013321426323c
Octal3142461460236224466274
Binary1100110010100110110011001001111001010100100110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA666; }

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

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

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

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

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

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

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

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