#C37F93

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

Shades of Puce #C37F93

Tints of Puce #C37F93

Color information

#C37F93 (or 0xC37F93) is unknown color: approx Puce. HEX triplet: C3, 7F and 93. RGB value is (195,127,147). Sum of RGB (Red+Green+Blue) = 195+127+147=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37F93 is #3C806C. Grayscale: #959595. Windows color (decimal): -3965037 or 9666499. OLE color: 9666499.

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

Color convert

RGB195127147-
CMYK00.350.250.24
HSL342.35º36.17%63.14%-
HSV(B)342.35º34.87%76.47%-
XYZ35.3628.8931.32-
YUV149.61126.53160.37-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.58%
GREEN value IS 127 (50% from 255) = 27.08%
BLUE value IS 147 (57.81% from 255) = 31.34%
R=41.58%
G=27.08%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512714700.350.250.24342.3536.1763.14
HexC37F930231918156243f
Octal30317722304331305264477
Binary1100001111111111001001101000111100111000101010110100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37F93; }

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

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

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

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

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

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

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

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