#C37FA2

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

Shades of Puce #C37FA2

Tints of Puce #C37FA2

Color information

#C37FA2 (or 0xC37FA2) is unknown color: approx Puce. HEX triplet: C3, 7F and A2. RGB value is (195,127,162). Sum of RGB (Red+Green+Blue) = 195+127+162=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 162 (63.67% from 255 or 33.47% from 484); Max value from RGB is 195 - color contains mainly: red. Hex color #C37FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37FA2 is #3C805D. Grayscale: #979797. Windows color (decimal): -3965022 or 10649539. OLE color: 10649539.

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

Color convert

RGB195127162-
CMYK00.350.170.24
HSL329.12º36.17%63.14%-
HSV(B)329.12º34.87%76.47%-
XYZ36.6229.3937.93-
YUV151.32134.03159.15-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.29%
GREEN value IS 127 (50% from 255) = 26.24%
BLUE value IS 162 (63.67% from 255) = 33.47%
R=40.29%
G=26.24%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512716200.350.170.24329.1236.1763.14
HexC37FA20231118149243f
Octal30317724204321305114477
Binary1100001111111111010001001000111000111000101001001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37FA2; }

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

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

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

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

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

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

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

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