#C37F92

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

Shades of Puce #C37F92

Tints of Puce #C37F92

Color information

#C37F92 (or 0xC37F92) is unknown color: approx Puce. HEX triplet: C3, 7F and 92. RGB value is (195,127,146). Sum of RGB (Red+Green+Blue) = 195+127+146=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 146 (57.42% from 255 or 31.20% from 468); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37F92 is #3C806D. Grayscale: #959595. Windows color (decimal): -3965038 or 9600963. OLE color: 9600963.

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

Color convert

RGB195127146-
CMYK00.350.250.24
HSL343.24º36.17%63.14%-
HSV(B)343.24º34.87%76.47%-
XYZ35.2828.8630.9-
YUV149.5126.03160.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.67%
GREEN value IS 127 (50% from 255) = 27.14%
BLUE value IS 146 (57.42% from 255) = 31.20%
R=41.67%
G=27.14%
B=31.20%

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
Decimal19512714600.350.250.24343.2436.1763.14
HexC37F920231918157243f
Octal30317722204331305274477
Binary1100001111111111001001001000111100111000101010111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37F92; }

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

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

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

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

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

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

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

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