#C37D96

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

Shades of Puce #C37D96

Tints of Puce #C37D96

Color information

#C37D96 (or 0xC37D96) is unknown color: approx Puce. HEX triplet: C3, 7D and 96. RGB value is (195,125,150). Sum of RGB (Red+Green+Blue) = 195+125+150=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 150 (58.98% from 255 or 31.91% from 470); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37D96 is #3C8269. Grayscale: #949494. Windows color (decimal): -3965546 or 9862595. OLE color: 9862595.

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

Color convert

RGB195125150-
CMYK00.360.230.24
HSL338.57º36.84%62.75%-
HSV(B)338.57º35.9%76.47%-
XYZ35.3428.4732.49-
YUV148.78128.69160.97-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.49%
GREEN value IS 125 (49.22% from 255) = 26.60%
BLUE value IS 150 (58.98% from 255) = 31.91%
R=41.49%
G=26.60%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512515000.360.230.24338.5736.8462.75
HexC37D960241718153253f
Octal30317522604427305234577
Binary1100001111111011001011001001001011111000101010011100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37D96; }

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

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

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

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

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

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

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

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