#CC9C5B

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

Shades of Apache #CC9C5B

Tints of Apache #CC9C5B

Color information

#CC9C5B (or 0xCC9C5B) is unknown color: approx Apache. HEX triplet: CC, 9C and 5B. RGB value is (204,156,91). Sum of RGB (Red+Green+Blue) = 204+156+91=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 156 (61.33% from 255 or 34.59% from 451); Blue value is 91 (35.94% from 255 or 20.18% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9C5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9C5B is #3363A4. Grayscale: #A3A3A3. Windows color (decimal): -3367845 or 6003916. OLE color: 6003916.

HSL color Cylindrical-coordinate representation of color #CC9C5B: hue angle of 34.51º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC9C5B is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB20415691-
CMYK00.240.550.2
HSL34.51º52.56%57.84%-
HSV(B)34.51º55.39%80%-
XYZ38.6837.3715.07-
YUV162.9487.4157.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.23%
GREEN value IS 156 (61.33% from 255) = 34.59%
BLUE value IS 91 (35.94% from 255) = 20.18%
R=45.23%
G=34.59%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041569100.240.550.234.5152.5657.84
HexCC9C5B018371423353a
Octal3142341330306724436572
Binary1100110010011100101101101100011011110100100011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9C5B; }

 p { color: rgb(204,156,91); }

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

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

 a { background-color: rgb(204,156,91); }

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

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

 span { border-color: rgb(204,156,91); }

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