#C1957F

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

Shades of Pale Taupe #C1957F

Tints of Pale Taupe #C1957F

Color information

#C1957F (or 0xC1957F) is unknown color: approx Pale Taupe. HEX triplet: C1, 95 and 7F. RGB value is (193,149,127). Sum of RGB (Red+Green+Blue) = 193+149+127=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 149 (58.59% from 255 or 31.77% from 469); Blue value is 127 (50% from 255 or 27.08% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C1957F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1957F is #3E6A80. Grayscale: #9F9F9F. Windows color (decimal): -4090497 or 8361409. OLE color: 8361409.

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

Color convert

RGB193149127-
CMYK00.230.340.24
HSL20º34.74%62.75%-
HSV(B)20º34.2%75.69%-
XYZ36.5734.3624.78-
YUV159.65109.58151.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.15%
GREEN value IS 149 (58.59% from 255) = 31.77%
BLUE value IS 127 (50% from 255) = 27.08%
R=41.15%
G=31.77%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314912700.230.340.242034.7462.75
HexC1957F017221814233f
Octal3012251770274230244377
Binary110000011001010111111110101111000101100010100100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1957F; }

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

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

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

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

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

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

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

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