#C19B6A

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

Shades of Fallow #C19B6A

Tints of Fallow #C19B6A

Color information

#C19B6A (or 0xC19B6A) is unknown color: approx Fallow. HEX triplet: C1, 9B and 6A. RGB value is (193,155,106). Sum of RGB (Red+Green+Blue) = 193+155+106=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 155 (60.94% from 255 or 34.14% from 454); Blue value is 106 (41.80% from 255 or 23.35% from 454); Max value from RGB is 193 - color contains mainly: red. Hex color #C19B6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19B6A is #3E6495. Grayscale: #A1A1A1. Windows color (decimal): -4088982 or 6986689. OLE color: 6986689.

HSL color Cylindrical-coordinate representation of color #C19B6A: hue angle of 33.79º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C19B6A is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB193155106-
CMYK00.200.450.24
HSL33.79º41.23%58.63%-
HSV(B)33.79º45.08%75.69%-
XYZ36.3235.8218.64-
YUV160.7897.09150.98-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.51%
GREEN value IS 155 (60.94% from 255) = 34.14%
BLUE value IS 106 (41.80% from 255) = 23.35%
R=42.51%
G=34.14%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315510600.200.450.2433.7941.2358.63
HexC19B6A0142D1822293b
Octal3012331520245530425173
Binary1100000110011011110101001010010110111000100010101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19B6A; }

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

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

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

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

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

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

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

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