#cc9c5c

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

Shades of Apache #CC9C5C

Tints of Apache #CC9C5C

Color information

#CC9C5C (or 0xCC9C5C) is unknown color: approx Apache. HEX triplet: CC, 9C and 5C. RGB value is (204,156,92). Sum of RGB (Red+Green+Blue) = 204+156+92=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 156 (61.33% from 255 or 34.51% from 452); Blue value is 92 (36.33% from 255 or 20.35% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9C5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9C5C is #3363A3. Grayscale: #A3A3A3. Windows color (decimal): -3367844 or 6069452. OLE color: 6069452.

HSL color Cylindrical-coordinate representation of color #CC9C5C: hue angle of 34.29º degrees, saturation: 0.52, 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 #CC9C5C is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB20415692-
CMYK00.240.550.2
HSL34.29º52.34%58.04%-
HSV(B)34.29º54.9%80%-
XYZ38.7237.3915.3-
YUV163.0687.9157.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.13%
GREEN value IS 156 (61.33% from 255) = 34.51%
BLUE value IS 92 (36.33% from 255) = 20.35%
R=45.13%
G=34.51%
B=20.35%

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
Decimal2041569200.240.550.234.2952.3458.04
HexCC9C5C018371422343a
Octal3142341340306724426472
Binary1100110010011100101110001100011011110100100010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc9c5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc9c5c; }

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

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

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

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

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

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

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

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