#C2947F

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

Shades of Pale Taupe #C2947F

Tints of Pale Taupe #C2947F

Color information

#C2947F (or 0xC2947F) is unknown color: approx Pale Taupe. HEX triplet: C2, 94 and 7F. RGB value is (194,148,127). Sum of RGB (Red+Green+Blue) = 194+148+127=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 148 (58.20% from 255 or 31.56% from 469); Blue value is 127 (50% from 255 or 27.08% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C2947F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2947F is #3D6B80. Grayscale: #9F9F9F. Windows color (decimal): -4025217 or 8361154. OLE color: 8361154.

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

Color convert

RGB194148127-
CMYK00.240.350.24
HSL18.81º35.45%62.94%-
HSV(B)18.81º34.54%76.08%-
XYZ36.6734.1824.74-
YUV159.36109.74152.71-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.36%
GREEN value IS 148 (58.20% from 255) = 31.56%
BLUE value IS 127 (50% from 255) = 27.08%
R=41.36%
G=31.56%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414812700.240.350.2418.8135.4562.94
HexC2947F018231813233f
Octal3022241770304330234377
Binary110000101001010011111110110001000111100010011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2947F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2947F; }

 p { color: rgb(194,148,127); }

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

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

 a { background-color: rgb(194,148,127); }

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

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

 span { border-color: rgb(194,148,127); }

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