#C3758A

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

Shades of Charm #C3758A

Tints of Charm #C3758A

Color information

#C3758A (or 0xC3758A) is unknown color: approx Charm. HEX triplet: C3, 75 and 8A. RGB value is (195,117,138). Sum of RGB (Red+Green+Blue) = 195+117+138=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 138 (54.30% from 255 or 30.67% from 450); Max value from RGB is 195 - color contains mainly: red. Hex color #C3758A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3758A is #3C8A75. Grayscale: #8E8E8E. Windows color (decimal): -3967606 or 9074115. OLE color: 9074115.

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

Color convert

RGB195117138-
CMYK00.40.290.24
HSL343.85º39.39%61.18%-
HSV(B)343.85º40%76.47%-
XYZ33.4526.1627.33-
YUV142.72125.34165.29-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.33%
GREEN value IS 117 (46.09% from 255) = 26%
BLUE value IS 138 (54.30% from 255) = 30.67%
R=43.33%
G=26%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511713800.40.290.24343.8539.3961.18
HexC3758A0281D18158273d
Octal30316521205035305304775
Binary1100001111101011000101001010001110111000101011000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3758A; }

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

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

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

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

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

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

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

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