#CCA665

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

Shades of Apache #CCA665

Tints of Apache #CCA665

Color information

#CCA665 (or 0xCCA665) is unknown color: approx Apache. HEX triplet: CC, A6 and 65. RGB value is (204,166,101). Sum of RGB (Red+Green+Blue) = 204+166+101=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 101 (39.84% from 255 or 21.44% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA665 is #33599A. Grayscale: #AAAAAA. Windows color (decimal): -3365275 or 6661836. OLE color: 6661836.

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

Color convert

RGB204166101-
CMYK00.190.500.2
HSL37.86º50.24%59.8%-
HSV(B)37.86º50.49%80%-
XYZ40.8941.0518.08-
YUV169.9589.09152.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.31%
GREEN value IS 166 (65.23% from 255) = 35.24%
BLUE value IS 101 (39.84% from 255) = 21.44%
R=43.31%
G=35.24%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416610100.190.500.237.8650.2459.8
HexCCA665013321426323c
Octal3142461450236224466274
Binary1100110010100110110010101001111001010100100110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA665; }

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

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

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

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

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

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

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

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