#C57284

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

Shades of Charm #C57284

Tints of Charm #C57284

Color information

#C57284 (or 0xC57284) is unknown color: approx Charm. HEX triplet: C5, 72 and 84. RGB value is (197,114,132). Sum of RGB (Red+Green+Blue) = 197+114+132=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 132 (51.95% from 255 or 29.80% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C57284 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57284 is #3A8D7B. Grayscale: #8C8C8C. Windows color (decimal): -3837308 or 8680133. OLE color: 8680133.

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

Color convert

RGB197114132-
CMYK00.420.330.23
HSL346.99º41.71%60.98%-
HSV(B)346.99º42.13%77.25%-
XYZ33.2125.5725.02-
YUV140.87123168.04-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.47%
GREEN value IS 114 (44.92% from 255) = 25.73%
BLUE value IS 132 (51.95% from 255) = 29.80%
R=44.47%
G=25.73%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711413200.420.330.23346.9941.7160.98
HexC5728402A211715b2a3d
Octal30516220405241275335275
Binary11000101111001010000100010101010000110111101011011101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57284; }

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

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

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

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

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

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

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

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