#C7707E

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

Shades of Charm #C7707E

Tints of Charm #C7707E

Color information

#C7707E (or 0xC7707E) is unknown color: approx Charm. HEX triplet: C7, 70 and 7E. RGB value is (199,112,126). Sum of RGB (Red+Green+Blue) = 199+112+126=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 126 (49.61% from 255 or 28.83% from 437); Max value from RGB is 199 - color contains mainly: red. Hex color #C7707E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7707E is #388F81. Grayscale: #8B8B8B. Windows color (decimal): -3706754 or 8286407. OLE color: 8286407.

HSL color Cylindrical-coordinate representation of color #C7707E: hue angle of 350.34º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C7707E is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB199112126-
CMYK00.440.370.22
HSL350.34º43.72%60.98%-
HSV(B)350.34º43.72%78.04%-
XYZ33.1125.2422.86-
YUV139.61120.32170.36-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.54%
GREEN value IS 112 (44.14% from 255) = 25.63%
BLUE value IS 126 (49.61% from 255) = 28.83%
R=45.54%
G=25.63%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911212600.440.370.22350.3443.7260.98
HexC7707E02C251615e2c3d
Octal30716017605445265365475
Binary1100011111100001111110010110010010110110101011110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7707E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7707E; }

 p { color: rgb(199,112,126); }

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

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

 a { background-color: rgb(199,112,126); }

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

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

 span { border-color: rgb(199,112,126); }

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