#C5707C

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

Shades of Charm #C5707C

Tints of Charm #C5707C

Color information

#C5707C (or 0xC5707C) is unknown color: approx Charm. HEX triplet: C5, 70 and 7C. RGB value is (197,112,124). Sum of RGB (Red+Green+Blue) = 197+112+124=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C5707C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5707C is #3A8F83. Grayscale: #8A8A8A. Windows color (decimal): -3837828 or 8155333. OLE color: 8155333.

HSL color Cylindrical-coordinate representation of color #C5707C: hue angle of 351.53º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C5707C is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB197112124-
CMYK00.430.370.23
HSL351.53º42.29%60.59%-
HSV(B)351.53º43.15%77.25%-
XYZ32.4624.9122.17-
YUV138.78119.66169.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.50%
GREEN value IS 112 (44.14% from 255) = 25.87%
BLUE value IS 124 (48.83% from 255) = 28.64%
R=45.50%
G=25.87%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711212400.430.370.23351.5342.2960.59
HexC5707C02B25171602a3d
Octal30516017405345275405275
Binary1100010111100001111100010101110010110111101100000101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5707C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5707C; }

 p { color: rgb(197,112,124); }

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

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

 a { background-color: rgb(197,112,124); }

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

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

 span { border-color: rgb(197,112,124); }

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