#CCA766

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

Shades of Apache #CCA766

Tints of Apache #CCA766

Color information

#CCA766 (or 0xCCA766) is unknown color: approx Apache. HEX triplet: CC, A7 and 66. RGB value is (204,167,102). Sum of RGB (Red+Green+Blue) = 204+167+102=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 167 (65.62% from 255 or 35.31% from 473); Blue value is 102 (40.23% from 255 or 21.56% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA766 is #335899. Grayscale: #AAAAAA. Windows color (decimal): -3365018 or 6727628. OLE color: 6727628.

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

Color convert

RGB204167102-
CMYK00.180.50.2
HSL38.24º50%60%-
HSV(B)38.24º50%80%-
XYZ41.1241.4318.4-
YUV170.6589.26151.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.13%
GREEN value IS 167 (65.62% from 255) = 35.31%
BLUE value IS 102 (40.23% from 255) = 21.56%
R=43.13%
G=35.31%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.5
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416710200.180.50.238.245060
HexCCA766012321426323c
Octal3142471460226224466274
Binary1100110010100111110011001001011001010100100110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA766; }

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

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

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

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

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

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

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

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