#C2937D

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

Shades of Pale Taupe #C2937D

Tints of Pale Taupe #C2937D

Color information

#C2937D (or 0xC2937D) is unknown color: approx Pale Taupe. HEX triplet: C2, 93 and 7D. RGB value is (194,147,125). Sum of RGB (Red+Green+Blue) = 194+147+125=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 147 (57.81% from 255 or 31.55% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C2937D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2937D is #3D6C82. Grayscale: #9E9E9E. Windows color (decimal): -4025475 or 8229826. OLE color: 8229826.

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

Color convert

RGB194147125-
CMYK00.240.360.24
HSL19.13º36.13%62.55%-
HSV(B)19.13º35.57%76.08%-
XYZ36.3833.8224.01-
YUV158.55109.07153.29-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.63%
GREEN value IS 147 (57.81% from 255) = 31.55%
BLUE value IS 125 (49.22% from 255) = 26.82%
R=41.63%
G=31.55%
B=26.82%

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
Decimal19414712500.240.360.2419.1336.1362.55
HexC2937D018241813243f
Octal3022231750304430234477
Binary110000101001001111111010110001001001100010011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2937D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2937D; }

 p { color: rgb(194,147,125); }

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

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

 a { background-color: rgb(194,147,125); }

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

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

 span { border-color: rgb(194,147,125); }

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