#C19F6F

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

Shades of Fallow #C19F6F

Tints of Fallow #C19F6F

Color information

#C19F6F (or 0xC19F6F) is unknown color: approx Fallow. HEX triplet: C1, 9F and 6F. RGB value is (193,159,111). Sum of RGB (Red+Green+Blue) = 193+159+111=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 111 (43.75% from 255 or 23.97% from 463); Max value from RGB is 193 - color contains mainly: red. Hex color #C19F6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19F6F is #3E6090. Grayscale: #A3A3A3. Windows color (decimal): -4087953 or 7315393. OLE color: 7315393.

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

Color convert

RGB193159111-
CMYK00.180.420.24
HSL35.12º39.81%59.61%-
HSV(B)35.12º42.49%75.69%-
XYZ37.2637.2820.27-
YUV163.6998.26148.9-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.68%
GREEN value IS 159 (62.5% from 255) = 34.34%
BLUE value IS 111 (43.75% from 255) = 23.97%
R=41.68%
G=34.34%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315911100.180.420.2435.1239.8159.61
HexC19F6F0122A1823283c
Octal3012371570225230435074
Binary1100000110011111110111101001010101011000100011101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19F6F; }

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

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

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

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

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

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

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

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