#C1916F

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

Shades of Fallow #C1916F

Tints of Fallow #C1916F

Color information

#C1916F (or 0xC1916F) is unknown color: approx Fallow. HEX triplet: C1, 91 and 6F. RGB value is (193,145,111). Sum of RGB (Red+Green+Blue) = 193+145+111=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 145 (57.03% from 255 or 32.29% from 449); Blue value is 111 (43.75% from 255 or 24.72% from 449); Max value from RGB is 193 - color contains mainly: red. Hex color #C1916F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1916F is #3E6E90. Grayscale: #9B9B9B. Windows color (decimal): -4091537 or 7311809. OLE color: 7311809.

HSL color Cylindrical-coordinate representation of color #C1916F: hue angle of 24.88º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C1916F is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB193145111-
CMYK00.250.420.24
HSL24.88º39.81%59.61%-
HSV(B)24.88º42.49%75.69%-
XYZ34.9932.7419.51-
YUV155.48102.9154.76-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.98%
GREEN value IS 145 (57.03% from 255) = 32.29%
BLUE value IS 111 (43.75% from 255) = 24.72%
R=42.98%
G=32.29%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314511100.250.420.2424.8839.8159.61
HexC1916F0192A1819283c
Octal3012211570315230315074
Binary110000011001000111011110110011010101100011001101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1916F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1916F; }

 p { color: rgb(193,145,111); }

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

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

 a { background-color: rgb(193,145,111); }

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

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

 span { border-color: rgb(193,145,111); }

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