#C2937B

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

Shades of Pale Taupe #C2937B

Tints of Pale Taupe #C2937B

Color information

#C2937B (or 0xC2937B) is unknown color: approx Pale Taupe. HEX triplet: C2, 93 and 7B. RGB value is (194,147,123). Sum of RGB (Red+Green+Blue) = 194+147+123=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 194 - color contains mainly: red. Hex color #C2937B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2937B is #3D6C84. Grayscale: #9E9E9E. Windows color (decimal): -4025477 or 8098754. OLE color: 8098754.

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

Color convert

RGB194147123-
CMYK00.240.370.24
HSL20.28º36.79%62.16%-
HSV(B)20.28º36.6%76.08%-
XYZ36.2633.7723.35-
YUV158.32108.07153.45-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.81%
GREEN value IS 147 (57.81% from 255) = 31.68%
BLUE value IS 123 (48.44% from 255) = 26.51%
R=41.81%
G=31.68%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414712300.240.370.2420.2836.7962.16
HexC2937B018251814253e
Octal3022231730304530244576
Binary110000101001001111110110110001001011100010100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2937B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2937B; }

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

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

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

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

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

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

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

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