#C99D73

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

Shades of Fallow #C99D73

Tints of Fallow #C99D73

Color information

#C99D73 (or 0xC99D73) is unknown color: approx Fallow. HEX triplet: C9, 9D and 73. RGB value is (201,157,115). Sum of RGB (Red+Green+Blue) = 201+157+115=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 157 (61.72% from 255 or 33.19% from 473); Blue value is 115 (45.31% from 255 or 24.31% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C99D73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99D73 is #36628C. Grayscale: #A5A5A5. Windows color (decimal): -3564173 or 7577033. OLE color: 7577033.

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

Color convert

RGB201157115-
CMYK00.220.430.21
HSL29.3º44.33%61.96%-
HSV(B)29.3º42.79%78.82%-
XYZ39.2437.7721.44-
YUV165.3799.58153.42-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.49%
GREEN value IS 157 (61.72% from 255) = 33.19%
BLUE value IS 115 (45.31% from 255) = 24.31%
R=42.49%
G=33.19%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115711500.220.430.2129.344.3361.96
HexC99D730162B151d2c3e
Octal3112351630265325355476
Binary110010011001110111100110101101010111010111101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99D73; }

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

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

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

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

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

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

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

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