#C7708A

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

Shades of Charm #C7708A

Tints of Charm #C7708A

Color information

#C7708A (or 0xC7708A) is unknown color: approx Charm. HEX triplet: C7, 70 and 8A. RGB value is (199,112,138). Sum of RGB (Red+Green+Blue) = 199+112+138=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 199 - color contains mainly: red. Hex color #C7708A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7708A is #388F75. Grayscale: #8C8C8C. Windows color (decimal): -3706742 or 9072839. OLE color: 9072839.

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

Color convert

RGB199112138-
CMYK00.440.310.22
HSL342.07º43.72%60.98%-
HSV(B)342.07º43.72%78.04%-
XYZ33.9325.5727.19-
YUV140.98126.32169.39-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.32%
GREEN value IS 112 (44.14% from 255) = 24.94%
BLUE value IS 138 (54.30% from 255) = 30.73%
R=44.32%
G=24.94%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911213800.440.310.22342.0743.7260.98
HexC7708A02C1F161562c3d
Octal30716021205437265265475
Binary1100011111100001000101001011001111110110101010110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7708A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7708A; }

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

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

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

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

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

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

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

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