#C37D97

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

Shades of Puce #C37D97

Tints of Puce #C37D97

Color information

#C37D97 (or 0xC37D97) is unknown color: approx Puce. HEX triplet: C3, 7D and 97. RGB value is (195,125,151). Sum of RGB (Red+Green+Blue) = 195+125+151=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 151 (59.38% from 255 or 32.06% from 471); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37D97 is #3C8268. Grayscale: #949494. Windows color (decimal): -3965545 or 9928131. OLE color: 9928131.

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

Color convert

RGB195125151-
CMYK00.360.230.24
HSL337.71º36.84%62.75%-
HSV(B)337.71º35.9%76.47%-
XYZ35.4328.532.91-
YUV148.89129.19160.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.40%
GREEN value IS 125 (49.22% from 255) = 26.54%
BLUE value IS 151 (59.38% from 255) = 32.06%
R=41.40%
G=26.54%
B=32.06%

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
Decimal19512515100.360.230.24337.7136.8462.75
HexC37D970241718152253f
Octal30317522704427305224577
Binary1100001111111011001011101001001011111000101010010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37D97; }

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

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

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

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

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

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

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

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