#C19B6B

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

Shades of Fallow #C19B6B

Tints of Fallow #C19B6B

Color information

#C19B6B (or 0xC19B6B) is unknown color: approx Fallow. HEX triplet: C1, 9B and 6B. RGB value is (193,155,107). Sum of RGB (Red+Green+Blue) = 193+155+107=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 155 (60.94% from 255 or 34.07% from 455); Blue value is 107 (42.19% from 255 or 23.52% from 455); Max value from RGB is 193 - color contains mainly: red. Hex color #C19B6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19B6B is #3E6494. Grayscale: #A1A1A1. Windows color (decimal): -4088981 or 7052225. OLE color: 7052225.

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

Color convert

RGB193155107-
CMYK00.200.450.24
HSL33.49º40.95%58.82%-
HSV(B)33.49º44.56%75.69%-
XYZ36.3735.8418.91-
YUV160.8997.59150.9-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.42%
GREEN value IS 155 (60.94% from 255) = 34.07%
BLUE value IS 107 (42.19% from 255) = 23.52%
R=42.42%
G=34.07%
B=23.52%

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
Decimal19315510700.200.450.2433.4940.9558.82
HexC19B6B0142D1821293b
Octal3012331530245530415173
Binary1100000110011011110101101010010110111000100001101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19B6B; }

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

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

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

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

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

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

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

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