#C57985

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

Shades of Charm #C57985

Tints of Charm #C57985

Color information

#C57985 (or 0xC57985) is unknown color: approx Charm. HEX triplet: C5, 79 and 85. RGB value is (197,121,133). Sum of RGB (Red+Green+Blue) = 197+121+133=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 121 (47.66% from 255 or 26.83% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 197 - color contains mainly: red. Hex color #C57985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57985 is #3A867A. Grayscale: #919191. Windows color (decimal): -3835515 or 8747461. OLE color: 8747461.

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

Color convert

RGB197121133-
CMYK00.390.320.23
HSL350.53º39.58%62.35%-
HSV(B)350.53º38.58%77.25%-
XYZ34.127.2425.65-
YUV145.09121.18165.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.68%
GREEN value IS 121 (47.66% from 255) = 26.83%
BLUE value IS 133 (52.34% from 255) = 29.49%
R=43.68%
G=26.83%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712113300.390.320.23350.5339.5862.35
HexC57985027201715f283e
Octal30517120504740275375076
Binary11000101111100110000101010011110000010111101011111101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57985; }

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

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

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

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

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

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

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

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