#C19A76

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

Shades of Pale Taupe #C19A76

Tints of Pale Taupe #C19A76

Color information

#C19A76 (or 0xC19A76) is unknown color: approx Pale Taupe. HEX triplet: C1, 9A and 76. RGB value is (193,154,118). Sum of RGB (Red+Green+Blue) = 193+154+118=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 193 - color contains mainly: red. Hex color #C19A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19A76 is #3E6589. Grayscale: #A1A1A1. Windows color (decimal): -4089226 or 7772865. OLE color: 7772865.

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

Color convert

RGB193154118-
CMYK00.200.390.24
HSL28.8º37.69%60.98%-
HSV(B)28.8º38.86%75.69%-
XYZ36.8235.7622.1-
YUV161.56103.42150.43-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.51%
GREEN value IS 154 (60.55% from 255) = 33.12%
BLUE value IS 118 (46.48% from 255) = 25.38%
R=41.51%
G=33.12%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315411800.200.390.2428.837.6960.98
HexC19A7601427181d263d
Octal3012321660244730354675
Binary110000011001101011101100101001001111100011101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19A76; }

 p { color: rgb(193,154,118); }

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

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

 a { background-color: rgb(193,154,118); }

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

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

 span { border-color: rgb(193,154,118); }

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