#C57780

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

Shades of Charm #C57780

Tints of Charm #C57780

Color information

#C57780 (or 0xC57780) is unknown color: approx Charm. HEX triplet: C5, 77 and 80. RGB value is (197,119,128). Sum of RGB (Red+Green+Blue) = 197+119+128=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 119 (46.88% from 255 or 26.80% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C57780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57780 is #3A887F. Grayscale: #8F8F8F. Windows color (decimal): -3836032 or 8419269. OLE color: 8419269.

HSL color Cylindrical-coordinate representation of color #C57780: hue angle of 353.08º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C57780 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB197119128-
CMYK00.400.350.23
HSL353.08º40.21%61.96%-
HSV(B)353.08º39.59%77.25%-
XYZ33.5226.6223.79-
YUV143.35119.34166.27-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.37%
GREEN value IS 119 (46.88% from 255) = 26.80%
BLUE value IS 128 (50.39% from 255) = 28.83%
R=44.37%
G=26.80%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711912800.400.350.23353.0840.2161.96
HexC577800282317161283e
Octal30516720005043275415076
Binary11000101111011110000000010100010001110111101100001101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57780; }

 p { color: rgb(197,119,128); }

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

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

 a { background-color: rgb(197,119,128); }

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

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

 span { border-color: rgb(197,119,128); }

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