#C37E94

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

Shades of Puce #C37E94

Tints of Puce #C37E94

Color information

#C37E94 (or 0xC37E94) is unknown color: approx Puce. HEX triplet: C3, 7E and 94. RGB value is (195,126,148). Sum of RGB (Red+Green+Blue) = 195+126+148=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 195 - color contains mainly: red. Hex color #C37E94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37E94 is #3C816B. Grayscale: #959595. Windows color (decimal): -3965292 or 9731779. OLE color: 9731779.

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

Color convert

RGB195126148-
CMYK00.350.240.24
HSL340.87º36.51%62.94%-
HSV(B)340.87º35.38%76.47%-
XYZ35.3128.6631.69-
YUV149.14127.36160.71-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.58%
GREEN value IS 126 (49.61% from 255) = 26.87%
BLUE value IS 148 (58.20% from 255) = 31.56%
R=41.58%
G=26.87%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512614800.350.240.24340.8736.5162.94
HexC37E940231818155253f
Octal30317622404330305254577
Binary1100001111111101001010001000111100011000101010101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37E94; }

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

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

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

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

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

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

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

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