#C57280

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

Shades of Charm #C57280

Tints of Charm #C57280

Color information

#C57280 (or 0xC57280) is unknown color: approx Charm. HEX triplet: C5, 72 and 80. RGB value is (197,114,128). Sum of RGB (Red+Green+Blue) = 197+114+128=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C57280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57280 is #3A8D7F. Grayscale: #8C8C8C. Windows color (decimal): -3837312 or 8417989. OLE color: 8417989.

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

Color convert

RGB197114128-
CMYK00.420.350.23
HSL349.88º41.71%60.98%-
HSV(B)349.88º42.13%77.25%-
XYZ32.9425.4623.6-
YUV140.41121168.36-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.87%
GREEN value IS 114 (44.92% from 255) = 25.97%
BLUE value IS 128 (50.39% from 255) = 29.16%
R=44.87%
G=25.97%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711412800.420.350.23349.8841.7160.98
HexC5728002A231715e2a3d
Octal30516220005243275365275
Binary11000101111001010000000010101010001110111101011110101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57280; }

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

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

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

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

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

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

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

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