#C1937C

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

Shades of Pale Taupe #C1937C

Tints of Pale Taupe #C1937C

Color information

#C1937C (or 0xC1937C) is unknown color: approx Pale Taupe. HEX triplet: C1, 93 and 7C. RGB value is (193,147,124). Sum of RGB (Red+Green+Blue) = 193+147+124=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 193 - color contains mainly: red. Hex color #C1937C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1937C is #3E6C83. Grayscale: #9E9E9E. Windows color (decimal): -4091012 or 8164289. OLE color: 8164289.

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

Color convert

RGB193147124-
CMYK00.240.360.24
HSL20º35.75%62.16%-
HSV(B)20º35.75%75.69%-
XYZ36.0633.6623.67-
YUV158.13108.74152.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.59%
GREEN value IS 147 (57.81% from 255) = 31.68%
BLUE value IS 124 (48.83% from 255) = 26.72%
R=41.59%
G=31.68%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314712400.240.360.242035.7562.16
HexC1937C018241814243e
Octal3012231740304430244476
Binary110000011001001111111000110001001001100010100100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1937C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1937C; }

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

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

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

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

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

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

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

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