#CC9F5A

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

Shades of Apache #CC9F5A

Tints of Apache #CC9F5A

Color information

#CC9F5A (or 0xCC9F5A) is unknown color: approx Apache. HEX triplet: CC, 9F and 5A. RGB value is (204,159,90). Sum of RGB (Red+Green+Blue) = 204+159+90=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 159 (62.5% from 255 or 35.10% from 453); Blue value is 90 (35.55% from 255 or 19.87% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9F5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9F5A is #3360A5. Grayscale: #A4A4A4. Windows color (decimal): -3367078 or 5939148. OLE color: 5939148.

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

Color convert

RGB20415990-
CMYK00.220.560.2
HSL36.32º52.78%57.65%-
HSV(B)36.32º55.88%80%-
XYZ39.1538.3715.02-
YUV164.5985.91156.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.03%
GREEN value IS 159 (62.5% from 255) = 35.10%
BLUE value IS 90 (35.55% from 255) = 19.87%
R=45.03%
G=35.10%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041599000.220.560.236.3252.7857.65
HexCC9F5A016381424353a
Octal3142371320267024446572
Binary1100110010011111101101001011011100010100100100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9F5A; }

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

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

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

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

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

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

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

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