#C99D70

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

Shades of Fallow #C99D70

Tints of Fallow #C99D70

Color information

#C99D70 (or 0xC99D70) is unknown color: approx Fallow. HEX triplet: C9, 9D and 70. RGB value is (201,157,112). Sum of RGB (Red+Green+Blue) = 201+157+112=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 201 - color contains mainly: red. Hex color #C99D70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99D70 is #36628F. Grayscale: #A5A5A5. Windows color (decimal): -3564176 or 7380425. OLE color: 7380425.

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

Color convert

RGB201157112-
CMYK00.220.440.21
HSL30.34º45.18%61.37%-
HSV(B)30.34º44.28%78.82%-
XYZ39.0737.720.55-
YUV165.0398.08153.66-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.77%
GREEN value IS 157 (61.72% from 255) = 33.40%
BLUE value IS 112 (44.14% from 255) = 23.83%
R=42.77%
G=33.40%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115711200.220.440.2130.3445.1861.37
HexC99D700162C151e2d3d
Octal3112351600265425365575
Binary110010011001110111100000101101011001010111110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99D70; }

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

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

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

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

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

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

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

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