#CC9F52

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

Shades of Apache #CC9F52

Tints of Apache #CC9F52

Color information

#CC9F52 (or 0xCC9F52) is unknown color: approx Apache. HEX triplet: CC, 9F and 52. RGB value is (204,159,82). Sum of RGB (Red+Green+Blue) = 204+159+82=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 159 (62.5% from 255 or 35.73% from 445); Blue value is 82 (32.42% from 255 or 18.43% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9F52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9F52 is #3360AD. Grayscale: #A4A4A4. Windows color (decimal): -3367086 or 5414860. OLE color: 5414860.

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

Color convert

RGB20415982-
CMYK00.220.600.2
HSL37.87º54.46%56.08%-
HSV(B)37.87º59.8%80%-
XYZ38.8238.2413.32-
YUV163.6881.91156.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.84%
GREEN value IS 159 (62.5% from 255) = 35.73%
BLUE value IS 82 (32.42% from 255) = 18.43%
R=45.84%
G=35.73%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041598200.220.600.237.8754.4656.08
HexCC9F520163C14263638
Octal3142371220267424466670
Binary1100110010011111101001001011011110010100100110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9F52; }

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

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

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

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

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

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

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

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