#C1957E

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

Shades of Pale Taupe #C1957E

Tints of Pale Taupe #C1957E

Color information

#C1957E (or 0xC1957E) is unknown color: approx Pale Taupe. HEX triplet: C1, 95 and 7E. RGB value is (193,149,126). Sum of RGB (Red+Green+Blue) = 193+149+126=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 149 (58.59% from 255 or 31.84% from 468); Blue value is 126 (49.61% from 255 or 26.92% from 468); Max value from RGB is 193 - color contains mainly: red. Hex color #C1957E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1957E is #3E6A81. Grayscale: #9F9F9F. Windows color (decimal): -4090498 or 8295873. OLE color: 8295873.

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

Color convert

RGB193149126-
CMYK00.230.350.24
HSL20.6º35.08%62.55%-
HSV(B)20.6º34.72%75.69%-
XYZ36.5134.3424.44-
YUV159.53109.08151.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.24%
GREEN value IS 149 (58.59% from 255) = 31.84%
BLUE value IS 126 (49.61% from 255) = 26.92%
R=41.24%
G=31.84%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314912600.230.350.2420.635.0862.55
HexC1957E017231815233f
Octal3012251760274330254377
Binary110000011001010111111100101111000111100010101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1957E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1957E; }

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

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

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

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

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

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

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

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