#cc9d54

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

Shades of Apache #CC9D54

Tints of Apache #CC9D54

Color information

#CC9D54 (or 0xCC9D54) is unknown color: approx Apache. HEX triplet: CC, 9D and 54. RGB value is (204,157,84). Sum of RGB (Red+Green+Blue) = 204+157+84=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 157 (61.72% from 255 or 35.28% from 445); Blue value is 84 (33.20% from 255 or 18.88% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9D54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9D54 is #3362AB. Grayscale: #A3A3A3. Windows color (decimal): -3367596 or 5545420. OLE color: 5545420.

HSL color Cylindrical-coordinate representation of color #CC9D54: hue angle of 36.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC9D54 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.2.

Color convert

RGB20415784-
CMYK00.230.590.2
HSL36.5º54.05%56.47%-
HSV(B)36.5º58.82%80%-
XYZ38.5637.5913.61-
YUV162.7383.57157.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.84%
GREEN value IS 157 (61.72% from 255) = 35.28%
BLUE value IS 84 (33.20% from 255) = 18.88%
R=45.84%
G=35.28%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041578400.230.590.236.554.0556.47
HexCC9D540173B14253638
Octal3142351240277324456670
Binary1100110010011101101010001011111101110100100101110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc9d54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc9d54; }

 p { color: rgb(204,157,84); }

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

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

 a { background-color: rgb(204,157,84); }

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

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

 span { border-color: rgb(204,157,84); }

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