#C1957C

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

Shades of Pale Taupe #C1957C

Tints of Pale Taupe #C1957C

Color information

#C1957C (or 0xC1957C) is unknown color: approx Pale Taupe. HEX triplet: C1, 95 and 7C. RGB value is (193,149,124). Sum of RGB (Red+Green+Blue) = 193+149+124=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 193 - color contains mainly: red. Hex color #C1957C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1957C is #3E6A83. Grayscale: #9F9F9F. Windows color (decimal): -4090500 or 8164801. OLE color: 8164801.

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

Color convert

RGB193149124-
CMYK00.230.360.24
HSL21.74º35.75%62.16%-
HSV(B)21.74º35.75%75.69%-
XYZ36.3834.2923.77-
YUV159.31108.08152.03-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.42%
GREEN value IS 149 (58.59% from 255) = 31.97%
BLUE value IS 124 (48.83% from 255) = 26.61%
R=41.42%
G=31.97%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314912400.230.360.2421.7435.7562.16
HexC1957C017241816243e
Octal3012251740274430264476
Binary110000011001010111111000101111001001100010110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1957C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1957C; }

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

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

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

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

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

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

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

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