#C57680

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

Shades of Charm #C57680

Tints of Charm #C57680

Color information

#C57680 (or 0xC57680) is unknown color: approx Charm. HEX triplet: C5, 76 and 80. RGB value is (197,118,128). Sum of RGB (Red+Green+Blue) = 197+118+128=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C57680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57680 is #3A897F. Grayscale: #8E8E8E. Windows color (decimal): -3836288 or 8419013. OLE color: 8419013.

HSL color Cylindrical-coordinate representation of color #C57680: hue angle of 352.41º degrees, saturation: 0.41, 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 #C57680 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB197118128-
CMYK00.400.350.23
HSL352.41º40.51%61.76%-
HSV(B)352.41º40.1%77.25%-
XYZ33.426.3923.75-
YUV142.76119.67166.69-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.47%
GREEN value IS 118 (46.48% from 255) = 26.64%
BLUE value IS 128 (50.39% from 255) = 28.89%
R=44.47%
G=26.64%
B=28.89%

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
Decimal19711812800.400.350.23352.4140.5161.76
HexC576800282317160293e
Octal30516620005043275405176
Binary11000101111011010000000010100010001110111101100000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57680; }

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

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

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

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

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

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

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

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