#C37D9A

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

Shades of Puce #C37D9A

Tints of Puce #C37D9A

Color information

#C37D9A (or 0xC37D9A) is unknown color: approx Puce. HEX triplet: C3, 7D and 9A. RGB value is (195,125,154). Sum of RGB (Red+Green+Blue) = 195+125+154=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 154 (60.55% from 255 or 32.49% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37D9A is #3C8265. Grayscale: #959595. Windows color (decimal): -3965542 or 10124739. OLE color: 10124739.

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

Color convert

RGB195125154-
CMYK00.360.210.24
HSL335.14º36.84%62.75%-
HSV(B)335.14º35.9%76.47%-
XYZ35.6728.634.21-
YUV149.24130.69160.64-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.14%
GREEN value IS 125 (49.22% from 255) = 26.37%
BLUE value IS 154 (60.55% from 255) = 32.49%
R=41.14%
G=26.37%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512515400.360.210.24335.1436.8462.75
HexC37D9A024151814f253f
Octal30317523204425305174577
Binary1100001111111011001101001001001010111000101001111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37D9A; }

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

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

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

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

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

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

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

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