#C37C93

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

Shades of Puce #C37C93

Tints of Puce #C37C93

Color information

#C37C93 (or 0xC37C93) is unknown color: approx Puce. HEX triplet: C3, 7C and 93. RGB value is (195,124,147). Sum of RGB (Red+Green+Blue) = 195+124+147=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37C93 is #3C836C. Grayscale: #939393. Windows color (decimal): -3965805 or 9665731. OLE color: 9665731.

HSL color Cylindrical-coordinate representation of color #C37C93: hue angle of 340.56º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C37C93 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB195124147-
CMYK00.360.250.24
HSL340.56º37.17%62.55%-
HSV(B)340.56º36.41%76.47%-
XYZ34.9828.1231.19-
YUV147.85127.52161.63-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.85%
GREEN value IS 124 (48.83% from 255) = 26.61%
BLUE value IS 147 (57.81% from 255) = 31.55%
R=41.85%
G=26.61%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512414700.360.250.24340.5637.1762.55
HexC37C930241918155253f
Octal30317422304431305254577
Binary1100001111111001001001101001001100111000101010101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37C93; }

 p { color: rgb(195,124,147); }

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

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

 a { background-color: rgb(195,124,147); }

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

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

 span { border-color: rgb(195,124,147); }

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