#C57982

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

Shades of Charm #C57982

Tints of Charm #C57982

Color information

#C57982 (or 0xC57982) is unknown color: approx Charm. HEX triplet: C5, 79 and 82. RGB value is (197,121,130). Sum of RGB (Red+Green+Blue) = 197+121+130=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C57982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57982 is #3A867D. Grayscale: #909090. Windows color (decimal): -3835518 or 8550853. OLE color: 8550853.

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

Color convert

RGB197121130-
CMYK00.390.340.23
HSL352.89º39.58%62.35%-
HSV(B)352.89º38.58%77.25%-
XYZ33.8927.1624.57-
YUV144.75119.68165.27-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.97%
GREEN value IS 121 (47.66% from 255) = 27.01%
BLUE value IS 130 (51.17% from 255) = 29.02%
R=43.97%
G=27.01%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712113000.390.340.23352.8939.5862.35
HexC579820272217161283e
Octal30517120204742275415076
Binary11000101111100110000010010011110001010111101100001101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57982; }

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

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

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

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

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

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

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

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