#C57682

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

Shades of Charm #C57682

Tints of Charm #C57682

Color information

#C57682 (or 0xC57682) is unknown color: approx Charm. HEX triplet: C5, 76 and 82. RGB value is (197,118,130). Sum of RGB (Red+Green+Blue) = 197+118+130=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 130 (51.17% from 255 or 29.21% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C57682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57682 is #3A897D. Grayscale: #8F8F8F. Windows color (decimal): -3836286 or 8550085. OLE color: 8550085.

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

Color convert

RGB197118130-
CMYK00.400.340.23
HSL350.89º40.51%61.76%-
HSV(B)350.89º40.1%77.25%-
XYZ33.5326.4424.45-
YUV142.99120.67166.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.27%
GREEN value IS 118 (46.48% from 255) = 26.52%
BLUE value IS 130 (51.17% from 255) = 29.21%
R=44.27%
G=26.52%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711813000.400.340.23350.8940.5161.76
HexC57682028221715f293e
Octal30516620205042275375176
Binary11000101111011010000010010100010001010111101011111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57682; }

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

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

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

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

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

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

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

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