#C3748C

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

Shades of Charm #C3748C

Tints of Charm #C3748C

Color information

#C3748C (or 0xC3748C) is unknown color: approx Charm. HEX triplet: C3, 74 and 8C. RGB value is (195,116,140). Sum of RGB (Red+Green+Blue) = 195+116+140=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 195 - color contains mainly: red. Hex color #C3748C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3748C is #3C8B73. Grayscale: #8E8E8E. Windows color (decimal): -3967860 or 9204931. OLE color: 9204931.

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

Color convert

RGB195116140-
CMYK00.410.280.24
HSL341.77º39.7%60.98%-
HSV(B)341.77º40.51%76.47%-
XYZ33.4825.9928.06-
YUV142.36126.67165.55-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.24%
GREEN value IS 116 (45.70% from 255) = 25.72%
BLUE value IS 140 (55.08% from 255) = 31.04%
R=43.24%
G=25.72%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511614000.410.280.24341.7739.760.98
HexC3748C0291C18156283d
Octal30316421405134305265075
Binary1100001111101001000110001010011110011000101010110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3748C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3748C; }

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

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

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

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

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

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

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

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