#CC9D5A

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

Shades of Apache #CC9D5A

Tints of Apache #CC9D5A

Color information

#CC9D5A (or 0xCC9D5A) is unknown color: approx Apache. HEX triplet: CC, 9D and 5A. RGB value is (204,157,90). Sum of RGB (Red+Green+Blue) = 204+157+90=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 157 (61.72% from 255 or 34.81% from 451); Blue value is 90 (35.55% from 255 or 19.96% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9D5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9D5A is #3362A5. Grayscale: #A3A3A3. Windows color (decimal): -3367590 or 5938636. OLE color: 5938636.

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

Color convert

RGB20415790-
CMYK00.230.560.2
HSL35.26º52.78%57.65%-
HSV(B)35.26º55.88%80%-
XYZ38.837.6914.9-
YUV163.4186.57156.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.23%
GREEN value IS 157 (61.72% from 255) = 34.81%
BLUE value IS 90 (35.55% from 255) = 19.96%
R=45.23%
G=34.81%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041579000.230.560.235.2652.7857.65
HexCC9D5A017381423353a
Octal3142351320277024436572
Binary1100110010011101101101001011111100010100100011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9D5A; }

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

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

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

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

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

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

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

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