#C37180

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

Shades of Charm #C37180

Tints of Charm #C37180

Color information

#C37180 (or 0xC37180) is unknown color: approx Charm. HEX triplet: C3, 71 and 80. RGB value is (195,113,128). Sum of RGB (Red+Green+Blue) = 195+113+128=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C37180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37180 is #3C8E7F. Grayscale: #8B8B8B. Windows color (decimal): -3968640 or 8417731. OLE color: 8417731.

HSL color Cylindrical-coordinate representation of color #C37180: hue angle of 349.02º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C37180 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB195113128-
CMYK00.420.340.24
HSL349.02º40.59%60.39%-
HSV(B)349.02º42.05%76.47%-
XYZ32.3124.9723.54-
YUV139.23121.67167.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.72%
GREEN value IS 113 (44.53% from 255) = 25.92%
BLUE value IS 128 (50.39% from 255) = 29.36%
R=44.72%
G=25.92%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511312800.420.340.24349.0240.5960.39
HexC3718002A221815d293c
Octal30316120005242305355174
Binary11000011111000110000000010101010001011000101011101101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37180; }

 p { color: rgb(195,113,128); }

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

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

 a { background-color: rgb(195,113,128); }

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

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

 span { border-color: rgb(195,113,128); }

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