#C7758D

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

Shades of Charm #C7758D

Tints of Charm #C7758D

Color information

#C7758D (or 0xC7758D) is unknown color: approx Charm. HEX triplet: C7, 75 and 8D. RGB value is (199,117,141). Sum of RGB (Red+Green+Blue) = 199+117+141=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 199 - color contains mainly: red. Hex color #C7758D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7758D is #388A72. Grayscale: #909090. Windows color (decimal): -3705459 or 9270727. OLE color: 9270727.

HSL color Cylindrical-coordinate representation of color #C7758D: hue angle of 342.44º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C7758D is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB199117141-
CMYK00.410.290.22
HSL342.44º42.27%61.96%-
HSV(B)342.44º41.21%78.04%-
XYZ34.7226.7928.54-
YUV144.25126.17167.05-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.54%
GREEN value IS 117 (46.09% from 255) = 25.60%
BLUE value IS 141 (55.47% from 255) = 30.85%
R=43.54%
G=25.60%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911714100.410.290.22342.4442.2761.96
HexC7758D0291D161562a3e
Octal30716521505135265265276
Binary1100011111101011000110101010011110110110101010110101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7758D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7758D; }

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

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

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

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

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

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

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

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