#C7707F

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

Shades of Charm #C7707F

Tints of Charm #C7707F

Color information

#C7707F (or 0xC7707F) is unknown color: approx Charm. HEX triplet: C7, 70 and 7F. RGB value is (199,112,127). Sum of RGB (Red+Green+Blue) = 199+112+127=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 199 - color contains mainly: red. Hex color #C7707F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7707F is #388F80. Grayscale: #8B8B8B. Windows color (decimal): -3706753 or 8351943. OLE color: 8351943.

HSL color Cylindrical-coordinate representation of color #C7707F: hue angle of 349.66º 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 #C7707F is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB199112127-
CMYK00.440.360.22
HSL349.66º43.72%60.98%-
HSV(B)349.66º43.72%78.04%-
XYZ33.1825.2623.21-
YUV139.72120.82170.28-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.43%
GREEN value IS 112 (44.14% from 255) = 25.57%
BLUE value IS 127 (50% from 255) = 29.00%
R=45.43%
G=25.57%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911212700.440.360.22349.6643.7260.98
HexC7707F02C241615e2c3d
Octal30716017705444265365475
Binary1100011111100001111111010110010010010110101011110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7707F; }

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

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

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

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

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

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

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

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