#C3758D

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

Shades of Charm #C3758D

Tints of Charm #C3758D

Color information

#C3758D (or 0xC3758D) is unknown color: approx Charm. HEX triplet: C3, 75 and 8D. RGB value is (195,117,141). Sum of RGB (Red+Green+Blue) = 195+117+141=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C3758D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3758D is #3C8A72. Grayscale: #8F8F8F. Windows color (decimal): -3967603 or 9270723. OLE color: 9270723.

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

Color convert

RGB195117141-
CMYK00.40.280.24
HSL341.54º39.39%61.18%-
HSV(B)341.54º40%76.47%-
XYZ33.6726.2528.49-
YUV143.06126.84165.05-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.05%
GREEN value IS 117 (46.09% from 255) = 25.83%
BLUE value IS 141 (55.47% from 255) = 31.13%
R=43.05%
G=25.83%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511714100.40.280.24341.5439.3961.18
HexC3758D0281C18156273d
Octal30316521505034305264775
Binary1100001111101011000110101010001110011000101010110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3758D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3758D; }

 p { color: rgb(195,117,141); }

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

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

 a { background-color: rgb(195,117,141); }

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

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

 span { border-color: rgb(195,117,141); }

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