#C99D5D

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

Shades of Apache #C99D5D

Tints of Apache #C99D5D

Color information

#C99D5D (or 0xC99D5D) is unknown color: approx Apache. HEX triplet: C9, 9D and 5D. RGB value is (201,157,93). Sum of RGB (Red+Green+Blue) = 201+157+93=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 157 (61.72% from 255 or 34.81% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 201 - color contains mainly: red. Hex color #C99D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99D5D is #3662A2. Grayscale: #A3A3A3. Windows color (decimal): -3564195 or 6135241. OLE color: 6135241.

HSL color Cylindrical-coordinate representation of color #C99D5D: hue angle of 35.56º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C99D5D is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB20115793-
CMYK00.220.540.21
HSL35.56º50%57.65%-
HSV(B)35.56º53.73%78.82%-
XYZ38.1237.3215.55-
YUV162.8688.58155.2-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.57%
GREEN value IS 157 (61.72% from 255) = 34.81%
BLUE value IS 93 (36.72% from 255) = 20.62%
R=44.57%
G=34.81%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011579300.220.540.2135.565057.65
HexC99D5D016361524323a
Octal3112351350266625446272
Binary1100100110011101101110101011011011010101100100110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99D5D; }

 p { color: rgb(201,157,93); }

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

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

 a { background-color: rgb(201,157,93); }

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

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

 span { border-color: rgb(201,157,93); }

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