#C37686

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

Shades of Charm #C37686

Tints of Charm #C37686

Color information

#C37686 (or 0xC37686) is unknown color: approx Charm. HEX triplet: C3, 76 and 86. RGB value is (195,118,134). Sum of RGB (Red+Green+Blue) = 195+118+134=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 134 (52.73% from 255 or 29.98% from 447); Max value from RGB is 195 - color contains mainly: red. Hex color #C37686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37686 is #3C8979. Grayscale: #8E8E8E. Windows color (decimal): -3967354 or 8812227. OLE color: 8812227.

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

Color convert

RGB195118134-
CMYK00.390.310.24
HSL347.53º39.09%61.37%-
HSV(B)347.53º39.49%76.47%-
XYZ33.2926.2825.87-
YUV142.85123.01165.2-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.62%
GREEN value IS 118 (46.48% from 255) = 26.40%
BLUE value IS 134 (52.73% from 255) = 29.98%
R=43.62%
G=26.40%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511813400.390.310.24347.5339.0961.37
HexC376860271F1815c273d
Octal30316620604737305344775
Binary1100001111101101000011001001111111111000101011100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37686; }

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

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

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

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

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

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

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

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