#C1917C

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

Shades of Pale Taupe #C1917C

Tints of Pale Taupe #C1917C

Color information

#C1917C (or 0xC1917C) is unknown color: approx Pale Taupe. HEX triplet: C1, 91 and 7C. RGB value is (193,145,124). Sum of RGB (Red+Green+Blue) = 193+145+124=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 193 - color contains mainly: red. Hex color #C1917C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1917C is #3E6E83. Grayscale: #9D9D9D. Windows color (decimal): -4091524 or 8163777. OLE color: 8163777.

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

Color convert

RGB193145124-
CMYK00.250.360.24
HSL18.26º35.75%62.16%-
HSV(B)18.26º35.75%75.69%-
XYZ35.7633.0423.56-
YUV156.96109.4153.71-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.77%
GREEN value IS 145 (57.03% from 255) = 31.39%
BLUE value IS 124 (48.83% from 255) = 26.84%
R=41.77%
G=31.39%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314512400.250.360.2418.2635.7562.16
HexC1917C019241812243e
Octal3012211740314430224476
Binary110000011001000111111000110011001001100010010100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1917C; }

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

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

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

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

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

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

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

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