#C57480

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

Shades of Charm #C57480

Tints of Charm #C57480

Color information

#C57480 (or 0xC57480) is unknown color: approx Charm. HEX triplet: C5, 74 and 80. RGB value is (197,116,128). Sum of RGB (Red+Green+Blue) = 197+116+128=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C57480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57480 is #3A8B7F. Grayscale: #8D8D8D. Windows color (decimal): -3836800 or 8418501. OLE color: 8418501.

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

Color convert

RGB197116128-
CMYK00.410.350.23
HSL351.11º41.12%61.37%-
HSV(B)351.11º41.12%77.25%-
XYZ33.1725.9223.68-
YUV141.59120.34167.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.67%
GREEN value IS 116 (45.70% from 255) = 26.30%
BLUE value IS 128 (50.39% from 255) = 29.02%
R=44.67%
G=26.30%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711612800.410.350.23351.1141.1261.37
HexC57480029231715f293d
Octal30516420005143275375175
Binary11000101111010010000000010100110001110111101011111101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57480; }

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

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

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

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

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

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

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

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