#C37FA0

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

Shades of Puce #C37FA0

Tints of Puce #C37FA0

Color information

#C37FA0 (or 0xC37FA0) is unknown color: approx Puce. HEX triplet: C3, 7F and A0. RGB value is (195,127,160). Sum of RGB (Red+Green+Blue) = 195+127+160=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C37FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37FA0 is #3C805F. Grayscale: #979797. Windows color (decimal): -3965024 or 10518467. OLE color: 10518467.

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

Color convert

RGB195127160-
CMYK00.350.180.24
HSL330.88º36.17%63.14%-
HSV(B)330.88º34.87%76.47%-
XYZ36.4429.3237-
YUV151.09133.03159.32-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.46%
GREEN value IS 127 (50% from 255) = 26.35%
BLUE value IS 160 (62.89% from 255) = 33.20%
R=40.46%
G=26.35%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512716000.350.180.24330.8836.1763.14
HexC37FA0023121814b243f
Octal30317724004322305134477
Binary1100001111111111010000001000111001011000101001011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37FA0; }

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

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

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

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

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

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

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

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