#C7748C

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

Shades of Charm #C7748C

Tints of Charm #C7748C

Color information

#C7748C (or 0xC7748C) is unknown color: approx Charm. HEX triplet: C7, 74 and 8C. RGB value is (199,116,140). Sum of RGB (Red+Green+Blue) = 199+116+140=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 199 - color contains mainly: red. Hex color #C7748C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7748C is #388B73. Grayscale: #8F8F8F. Windows color (decimal): -3705716 or 9204935. OLE color: 9204935.

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

Color convert

RGB199116140-
CMYK00.420.300.22
HSL342.65º42.56%61.76%-
HSV(B)342.65º41.71%78.04%-
XYZ34.5326.5328.11-
YUV143.55126167.55-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.74%
GREEN value IS 116 (45.70% from 255) = 25.49%
BLUE value IS 140 (55.08% from 255) = 30.77%
R=43.74%
G=25.49%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911614000.420.300.22342.6542.5661.76
HexC7748C02A1E161572b3e
Octal30716421405236265275376
Binary1100011111101001000110001010101111010110101010111101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7748C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7748C; }

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

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

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

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

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

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

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

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