#C37F8E

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

Shades of Puce #C37F8E

Tints of Puce #C37F8E

Color information

#C37F8E (or 0xC37F8E) is unknown color: approx Puce. HEX triplet: C3, 7F and 8E. RGB value is (195,127,142). Sum of RGB (Red+Green+Blue) = 195+127+142=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37F8E is #3C8071. Grayscale: #959595. Windows color (decimal): -3965042 or 9338819. OLE color: 9338819.

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

Color convert

RGB195127142-
CMYK00.350.270.24
HSL346.76º36.17%63.14%-
HSV(B)346.76º34.87%76.47%-
XYZ34.9828.7329.29-
YUV149.04124.03160.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.03%
GREEN value IS 127 (50% from 255) = 27.37%
BLUE value IS 142 (55.86% from 255) = 30.60%
R=42.03%
G=27.37%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512714200.350.270.24346.7636.1763.14
HexC37F8E0231B1815b243f
Octal30317721604333305334477
Binary1100001111111111000111001000111101111000101011011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37F8E; }

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

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

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

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

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

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

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

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