#C99C64

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

Shades of Fallow #C99C64

Tints of Fallow #C99C64

Color information

#C99C64 (or 0xC99C64) is unknown color: approx Fallow. HEX triplet: C9, 9C and 64. RGB value is (201,156,100). Sum of RGB (Red+Green+Blue) = 201+156+100=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 100 (39.45% from 255 or 21.88% from 457); Max value from RGB is 201 - color contains mainly: red. Hex color #C99C64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99C64 is #36639B. Grayscale: #A3A3A3. Windows color (decimal): -3564444 or 6593737. OLE color: 6593737.

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

Color convert

RGB201156100-
CMYK00.220.500.21
HSL33.27º48.33%59.02%-
HSV(B)33.27º50.25%78.82%-
XYZ38.2837.1117.2-
YUV163.0792.41155.05-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.98%
GREEN value IS 156 (61.33% from 255) = 34.14%
BLUE value IS 100 (39.45% from 255) = 21.88%
R=43.98%
G=34.14%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115610000.220.500.2133.2748.3359.02
HexC99C64016321521303b
Octal3112341440266225416073
Binary1100100110011100110010001011011001010101100001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99C64; }

 p { color: rgb(201,156,100); }

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

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

 a { background-color: rgb(201,156,100); }

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

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

 span { border-color: rgb(201,156,100); }

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