#C2947E

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

Shades of Pale Taupe #C2947E

Tints of Pale Taupe #C2947E

Color information

#C2947E (or 0xC2947E) is unknown color: approx Pale Taupe. HEX triplet: C2, 94 and 7E. RGB value is (194,148,126). Sum of RGB (Red+Green+Blue) = 194+148+126=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 126 (49.61% from 255 or 26.92% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C2947E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2947E is #3D6B81. Grayscale: #9F9F9F. Windows color (decimal): -4025218 or 8295618. OLE color: 8295618.

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

Color convert

RGB194148126-
CMYK00.240.350.24
HSL19.41º35.79%62.75%-
HSV(B)19.41º35.05%76.08%-
XYZ36.634.1624.4-
YUV159.25109.24152.79-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.45%
GREEN value IS 148 (58.20% from 255) = 31.62%
BLUE value IS 126 (49.61% from 255) = 26.92%
R=41.45%
G=31.62%
B=26.92%

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
Decimal19414812600.240.350.2419.4135.7962.75
HexC2947E018231813243f
Octal3022241760304330234477
Binary110000101001010011111100110001000111100010011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2947E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2947E; }

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

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

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

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

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

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

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

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