#C99F73

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

Shades of Fallow #C99F73

Tints of Fallow #C99F73

Color information

#C99F73 (or 0xC99F73) is unknown color: approx Fallow. HEX triplet: C9, 9F and 73. RGB value is (201,159,115). Sum of RGB (Red+Green+Blue) = 201+159+115=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 159 (62.5% from 255 or 33.47% from 475); Blue value is 115 (45.31% from 255 or 24.21% from 475); Max value from RGB is 201 - color contains mainly: red. Hex color #C99F73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99F73 is #36608C. Grayscale: #A6A6A6. Windows color (decimal): -3563661 or 7577545. OLE color: 7577545.

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

Color convert

RGB201159115-
CMYK00.210.430.21
HSL30.7º44.33%61.96%-
HSV(B)30.7º42.79%78.82%-
XYZ39.5838.4521.56-
YUV166.5498.91152.58-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.32%
GREEN value IS 159 (62.5% from 255) = 33.47%
BLUE value IS 115 (45.31% from 255) = 24.21%
R=42.32%
G=33.47%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115911500.210.430.2130.744.3361.96
HexC99F730152B151f2c3e
Octal3112371630255325375476
Binary110010011001111111100110101011010111010111111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99F73; }

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

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

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

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

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

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

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

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