#C19F74

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

Shades of Fallow #C19F74

Tints of Fallow #C19F74

Color information

#C19F74 (or 0xC19F74) is unknown color: approx Fallow. HEX triplet: C1, 9F and 74. RGB value is (193,159,116). Sum of RGB (Red+Green+Blue) = 193+159+116=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 116 (45.70% from 255 or 24.79% from 468); Max value from RGB is 193 - color contains mainly: red. Hex color #C19F74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19F74 is #3E608B. Grayscale: #A4A4A4. Windows color (decimal): -4087948 or 7643073. OLE color: 7643073.

HSL color Cylindrical-coordinate representation of color #C19F74: hue angle of 33.51º 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 #C19F74 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB193159116-
CMYK00.180.400.24
HSL33.51º38.31%60.59%-
HSV(B)33.51º39.9%75.69%-
XYZ37.5437.3921.76-
YUV164.26100.76148.5-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.24%
GREEN value IS 159 (62.5% from 255) = 33.97%
BLUE value IS 116 (45.70% from 255) = 24.79%
R=41.24%
G=33.97%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315911600.180.400.2433.5138.3160.59
HexC19F74012281822263d
Octal3012371640225030424675
Binary1100000110011111111010001001010100011000100010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19F74; }

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

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

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

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

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

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

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

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