#C19B70

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

Shades of Fallow #C19B70

Tints of Fallow #C19B70

Color information

#C19B70 (or 0xC19B70) is unknown color: approx Fallow. HEX triplet: C1, 9B and 70. RGB value is (193,155,112). Sum of RGB (Red+Green+Blue) = 193+155+112=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 112 (44.14% from 255 or 24.35% from 460); Max value from RGB is 193 - color contains mainly: red. Hex color #C19B70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19B70 is #3E648F. Grayscale: #A1A1A1. Windows color (decimal): -4088976 or 7379905. OLE color: 7379905.

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

Color convert

RGB193155112-
CMYK00.200.420.24
HSL31.85º39.51%59.8%-
HSV(B)31.85º41.97%75.69%-
XYZ36.6435.9520.34-
YUV161.46100.09150.5-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.96%
GREEN value IS 155 (60.94% from 255) = 33.70%
BLUE value IS 112 (44.14% from 255) = 24.35%
R=41.96%
G=33.70%
B=24.35%

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
Decimal19315511200.200.420.2431.8539.5159.8
HexC19B700142A1820283c
Octal3012331600245230405074
Binary1100000110011011111000001010010101011000100000101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19B70; }

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

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

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

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

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

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

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

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