#C2748D

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

Shades of Charm #C2748D

Tints of Charm #C2748D

Color information

#C2748D (or 0xC2748D) is unknown color: approx Charm. HEX triplet: C2, 74 and 8D. RGB value is (194,116,141). Sum of RGB (Red+Green+Blue) = 194+116+141=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 141 (55.47% from 255 or 31.26% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C2748D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2748D is #3D8B72. Grayscale: #8E8E8E. Windows color (decimal): -4033395 or 9270466. OLE color: 9270466.

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

Color convert

RGB194116141-
CMYK00.400.270.24
HSL340.77º39%60.78%-
HSV(B)340.77º40.21%76.08%-
XYZ33.325.8828.44-
YUV142.17127.34164.97-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.02%
GREEN value IS 116 (45.70% from 255) = 25.72%
BLUE value IS 141 (55.47% from 255) = 31.26%
R=43.02%
G=25.72%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411614100.400.270.24340.773960.78
HexC2748D0281B18155273d
Octal30216421505033305254775
Binary1100001011101001000110101010001101111000101010101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2748D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2748D; }

 p { color: rgb(194,116,141); }

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

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

 a { background-color: rgb(194,116,141); }

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

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

 span { border-color: rgb(194,116,141); }

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