#C37F98

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

Shades of Puce #C37F98

Tints of Puce #C37F98

Color information

#C37F98 (or 0xC37F98) is unknown color: approx Puce. HEX triplet: C3, 7F and 98. RGB value is (195,127,152). Sum of RGB (Red+Green+Blue) = 195+127+152=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 152 (59.77% from 255 or 32.07% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37F98 is #3C8067. Grayscale: #969696. Windows color (decimal): -3965032 or 9994179. OLE color: 9994179.

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

Color convert

RGB195127152-
CMYK00.350.220.24
HSL337.94º36.17%63.14%-
HSV(B)337.94º34.87%76.47%-
XYZ35.7629.0533.43-
YUV150.18129.03159.97-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.14%
GREEN value IS 127 (50% from 255) = 26.79%
BLUE value IS 152 (59.77% from 255) = 32.07%
R=41.14%
G=26.79%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512715200.350.220.24337.9436.1763.14
HexC37F980231618152243f
Octal30317723004326305224477
Binary1100001111111111001100001000111011011000101010010100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37F98; }

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

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

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

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

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

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

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

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