#C37486

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

Shades of Charm #C37486

Tints of Charm #C37486

Color information

#C37486 (or 0xC37486) is unknown color: approx Charm. HEX triplet: C3, 74 and 86. RGB value is (195,116,134). Sum of RGB (Red+Green+Blue) = 195+116+134=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 116 (45.70% from 255 or 26.07% from 445); Blue value is 134 (52.73% from 255 or 30.11% from 445); Max value from RGB is 195 - color contains mainly: red. Hex color #C37486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37486 is #3C8B79. Grayscale: #8D8D8D. Windows color (decimal): -3967866 or 8811715. OLE color: 8811715.

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

Color convert

RGB195116134-
CMYK00.410.310.24
HSL346.33º39.7%60.98%-
HSV(B)346.33º40.51%76.47%-
XYZ33.0525.8125.79-
YUV141.67123.67166.04-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.82%
GREEN value IS 116 (45.70% from 255) = 26.07%
BLUE value IS 134 (52.73% from 255) = 30.11%
R=43.82%
G=26.07%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511613400.410.310.24346.3339.760.98
HexC374860291F1815a283d
Octal30316420605137305325075
Binary1100001111101001000011001010011111111000101011010101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37486; }

 p { color: rgb(195,116,134); }

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

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

 a { background-color: rgb(195,116,134); }

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

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

 span { border-color: rgb(195,116,134); }

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