#C99770

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

Shades of Fallow #C99770

Tints of Fallow #C99770

Color information

#C99770 (or 0xC99770) is unknown color: approx Fallow. HEX triplet: C9, 97 and 70. RGB value is (201,151,112). Sum of RGB (Red+Green+Blue) = 201+151+112=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 112 (44.14% from 255 or 24.14% from 464); Max value from RGB is 201 - color contains mainly: red. Hex color #C99770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99770 is #36688F. Grayscale: #A1A1A1. Windows color (decimal): -3565712 or 7378889. OLE color: 7378889.

HSL color Cylindrical-coordinate representation of color #C99770: hue angle of 26.29º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C99770 is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB201151112-
CMYK00.250.440.21
HSL26.29º45.18%61.37%-
HSV(B)26.29º44.28%78.82%-
XYZ38.0835.7220.22-
YUV161.5100.06156.17-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.32%
GREEN value IS 151 (59.38% from 255) = 32.54%
BLUE value IS 112 (44.14% from 255) = 24.14%
R=43.32%
G=32.54%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115111200.250.440.2126.2945.1861.37
HexC997700192C151a2d3d
Octal3112271600315425325575
Binary110010011001011111100000110011011001010111010101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99770; }

 p { color: rgb(201,151,112); }

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

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

 a { background-color: rgb(201,151,112); }

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

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

 span { border-color: rgb(201,151,112); }

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