#C37D94

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

Shades of Puce #C37D94

Tints of Puce #C37D94

Color information

#C37D94 (or 0xC37D94) is unknown color: approx Puce. HEX triplet: C3, 7D and 94. RGB value is (195,125,148). Sum of RGB (Red+Green+Blue) = 195+125+148=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37D94 is #3C826B. Grayscale: #949494. Windows color (decimal): -3965548 or 9731523. OLE color: 9731523.

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

Color convert

RGB195125148-
CMYK00.360.240.24
HSL340.29º36.84%62.75%-
HSV(B)340.29º35.9%76.47%-
XYZ35.1828.4131.65-
YUV148.55127.69161.13-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.67%
GREEN value IS 125 (49.22% from 255) = 26.71%
BLUE value IS 148 (58.20% from 255) = 31.62%
R=41.67%
G=26.71%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512514800.360.240.24340.2936.8462.75
HexC37D940241818154253f
Octal30317522404430305244577
Binary1100001111111011001010001001001100011000101010100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37D94; }

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

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

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

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

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

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

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

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