#C37E96

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

Shades of Puce #C37E96

Tints of Puce #C37E96

Color information

#C37E96 (or 0xC37E96) is unknown color: approx Puce. HEX triplet: C3, 7E and 96. RGB value is (195,126,150). Sum of RGB (Red+Green+Blue) = 195+126+150=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 150 (58.98% from 255 or 31.85% from 471); Max value from RGB is 195 - color contains mainly: red. Hex color #C37E96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37E96 is #3C8169. Grayscale: #959595. Windows color (decimal): -3965290 or 9862851. OLE color: 9862851.

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

Color convert

RGB195126150-
CMYK00.350.230.24
HSL339.13º36.51%62.94%-
HSV(B)339.13º35.38%76.47%-
XYZ35.4728.7332.53-
YUV149.37128.36160.55-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.40%
GREEN value IS 126 (49.61% from 255) = 26.75%
BLUE value IS 150 (58.98% from 255) = 31.85%
R=41.40%
G=26.75%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512615000.350.230.24339.1336.5162.94
HexC37E960231718153253f
Octal30317622604327305234577
Binary1100001111111101001011001000111011111000101010011100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37E96; }

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

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

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

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

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

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

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

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