#C19C74

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

Shades of Fallow #C19C74

Tints of Fallow #C19C74

Color information

#C19C74 (or 0xC19C74) is unknown color: approx Fallow. HEX triplet: C1, 9C and 74. RGB value is (193,156,116). Sum of RGB (Red+Green+Blue) = 193+156+116=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 116 (45.70% from 255 or 24.95% from 465); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19C74 is #3E638B. Grayscale: #A2A2A2. Windows color (decimal): -4088716 or 7642305. OLE color: 7642305.

HSL color Cylindrical-coordinate representation of color #C19C74: hue angle of 31.17º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C19C74 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB193156116-
CMYK00.190.400.24
HSL31.17º38.31%60.59%-
HSV(B)31.17º39.9%75.69%-
XYZ37.0336.3821.59-
YUV162.5101.76149.75-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.51%
GREEN value IS 156 (61.33% from 255) = 33.55%
BLUE value IS 116 (45.70% from 255) = 24.95%
R=41.51%
G=33.55%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315611600.190.400.2431.1738.3160.59
HexC19C7401328181f263d
Octal3012341640235030374675
Binary110000011001110011101000100111010001100011111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19C74; }

 p { color: rgb(193,156,116); }

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

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

 a { background-color: rgb(193,156,116); }

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

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

 span { border-color: rgb(193,156,116); }

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