#C37F94

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

Shades of Puce #C37F94

Tints of Puce #C37F94

Color information

#C37F94 (or 0xC37F94) is unknown color: approx Puce. HEX triplet: C3, 7F and 94. RGB value is (195,127,148). Sum of RGB (Red+Green+Blue) = 195+127+148=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 148 (58.20% from 255 or 31.49% from 470); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37F94 is #3C806B. Grayscale: #959595. Windows color (decimal): -3965036 or 9732035. OLE color: 9732035.

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

Color convert

RGB195127148-
CMYK00.350.240.24
HSL341.47º36.17%63.14%-
HSV(B)341.47º34.87%76.47%-
XYZ35.4428.9231.73-
YUV149.73127.03160.29-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.49%
GREEN value IS 127 (50% from 255) = 27.02%
BLUE value IS 148 (58.20% from 255) = 31.49%
R=41.49%
G=27.02%
B=31.49%

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
Decimal19512714800.350.240.24341.4736.1763.14
HexC37F940231818155243f
Octal30317722404330305254477
Binary1100001111111111001010001000111100011000101010101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37F94; }

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

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

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

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

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

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

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

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