#c19b6f

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

Shades of Fallow #C19B6F

Tints of Fallow #C19B6F

Color information

#C19B6F (or 0xC19B6F) is unknown color: approx Fallow. HEX triplet: C1, 9B and 6F. RGB value is (193,155,111). Sum of RGB (Red+Green+Blue) = 193+155+111=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 193 - color contains mainly: red. Hex color #C19B6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19B6F is #3E6490. Grayscale: #A1A1A1. Windows color (decimal): -4088977 or 7314369. OLE color: 7314369.

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

Color convert

RGB193155111-
CMYK00.200.420.24
HSL32.2º39.81%59.61%-
HSV(B)32.2º42.49%75.69%-
XYZ36.5835.9320.05-
YUV161.3599.59150.58-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.05%
GREEN value IS 155 (60.94% from 255) = 33.77%
BLUE value IS 111 (43.75% from 255) = 24.18%
R=42.05%
G=33.77%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315511100.200.420.2432.239.8159.61
HexC19B6F0142A1820283c
Octal3012331570245230405074
Binary1100000110011011110111101010010101011000100000101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c19b6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c19b6f; }

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

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

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

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

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

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

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

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