#C57182

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

Shades of Charm #C57182

Tints of Charm #C57182

Color information

#C57182 (or 0xC57182) is unknown color: approx Charm. HEX triplet: C5, 71 and 82. RGB value is (197,113,130). Sum of RGB (Red+Green+Blue) = 197+113+130=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 130 (51.17% from 255 or 29.55% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C57182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57182 is #3A8E7D. Grayscale: #8C8C8C. Windows color (decimal): -3837566 or 8548805. OLE color: 8548805.

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

Color convert

RGB197113130-
CMYK00.430.340.23
HSL347.86º42%60.78%-
HSV(B)347.86º42.64%77.25%-
XYZ32.9625.2924.26-
YUV140.05122.33168.62-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.77%
GREEN value IS 113 (44.53% from 255) = 25.68%
BLUE value IS 130 (51.17% from 255) = 29.55%
R=44.77%
G=25.68%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711313000.430.340.23347.864260.78
HexC5718202B221715c2a3d
Octal30516120205342275345275
Binary11000101111000110000010010101110001010111101011100101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57182; }

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

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

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

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

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

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

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

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