#C3927E

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

Shades of Pale Taupe #C3927E

Tints of Pale Taupe #C3927E

Color information

#C3927E (or 0xC3927E) is unknown color: approx Pale Taupe. HEX triplet: C3, 92 and 7E. RGB value is (195,146,126). Sum of RGB (Red+Green+Blue) = 195+146+126=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C3927E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3927E is #3C6D81. Grayscale: #9E9E9E. Windows color (decimal): -3960194 or 8295107. OLE color: 8295107.

HSL color Cylindrical-coordinate representation of color #C3927E: hue angle of 17.39º degrees, saturation: 0.37, 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 #C3927E is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB195146126-
CMYK00.250.350.24
HSL17.39º36.51%62.94%-
HSV(B)17.39º35.38%76.47%-
XYZ36.5533.6724.31-
YUV158.37109.73154.13-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.76%
GREEN value IS 146 (57.42% from 255) = 31.26%
BLUE value IS 126 (49.61% from 255) = 26.98%
R=41.76%
G=31.26%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514612600.250.350.2417.3936.5162.94
HexC3927E019231811253f
Octal3032221760314330214577
Binary110000111001001011111100110011000111100010001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3927E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3927E; }

 p { color: rgb(195,146,126); }

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

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

 a { background-color: rgb(195,146,126); }

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

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

 span { border-color: rgb(195,146,126); }

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