#C57484

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

Shades of Charm #C57484

Tints of Charm #C57484

Color information

#C57484 (or 0xC57484) is unknown color: approx Charm. HEX triplet: C5, 74 and 84. RGB value is (197,116,132). Sum of RGB (Red+Green+Blue) = 197+116+132=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 116 (45.70% from 255 or 26.07% from 445); Blue value is 132 (51.95% from 255 or 29.66% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C57484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57484 is #3A8B7B. Grayscale: #8E8E8E. Windows color (decimal): -3836796 or 8680645. OLE color: 8680645.

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

Color convert

RGB197116132-
CMYK00.410.330.23
HSL348.15º41.12%61.37%-
HSV(B)348.15º41.12%77.25%-
XYZ33.4426.0325.09-
YUV142.04122.34167.2-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.27%
GREEN value IS 116 (45.70% from 255) = 26.07%
BLUE value IS 132 (51.95% from 255) = 29.66%
R=44.27%
G=26.07%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711613200.410.330.23348.1541.1261.37
HexC57484029211715c293d
Octal30516420405141275345175
Binary11000101111010010000100010100110000110111101011100101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57484; }

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

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

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

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

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

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

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

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