#C19373

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

Shades of Pale Taupe #C19373

Tints of Pale Taupe #C19373

Color information

#C19373 (or 0xC19373) is unknown color: approx Pale Taupe. HEX triplet: C1, 93 and 73. RGB value is (193,147,115). Sum of RGB (Red+Green+Blue) = 193+147+115=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 147 (57.81% from 255 or 32.31% from 455); Blue value is 115 (45.31% from 255 or 25.27% from 455); Max value from RGB is 193 - color contains mainly: red. Hex color #C19373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19373 is #3E6C8C. Grayscale: #9D9D9D. Windows color (decimal): -4091021 or 7574465. OLE color: 7574465.

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

Color convert

RGB193147115-
CMYK00.240.400.24
HSL24.62º38.61%60.39%-
HSV(B)24.62º40.41%75.69%-
XYZ35.5233.4420.8-
YUV157.11104.24153.6-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.42%
GREEN value IS 147 (57.81% from 255) = 32.31%
BLUE value IS 115 (45.31% from 255) = 25.27%
R=42.42%
G=32.31%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314711500.240.400.2424.6238.6160.39
HexC19373018281819273c
Octal3012231630305030314774
Binary110000011001001111100110110001010001100011001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19373; }

 p { color: rgb(193,147,115); }

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

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

 a { background-color: rgb(193,147,115); }

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

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

 span { border-color: rgb(193,147,115); }

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