#C57381

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

Shades of Charm #C57381

Tints of Charm #C57381

Color information

#C57381 (or 0xC57381) is unknown color: approx Charm. HEX triplet: C5, 73 and 81. RGB value is (197,115,129). Sum of RGB (Red+Green+Blue) = 197+115+129=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 115 (45.31% from 255 or 26.08% from 441); Blue value is 129 (50.78% from 255 or 29.25% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C57381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57381 is #3A8C7E. Grayscale: #8D8D8D. Windows color (decimal): -3837055 or 8483781. OLE color: 8483781.

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

Color convert

RGB197115129-
CMYK00.420.350.23
HSL349.76º41.41%61.18%-
HSV(B)349.76º41.62%77.25%-
XYZ33.1225.7223.99-
YUV141.11121.17167.86-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.67%
GREEN value IS 115 (45.31% from 255) = 26.08%
BLUE value IS 129 (50.78% from 255) = 29.25%
R=44.67%
G=26.08%
B=29.25%

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
Decimal19711512900.420.350.23349.7641.4161.18
HexC5738102A231715e293d
Octal30516320105243275365175
Binary11000101111001110000001010101010001110111101011110101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57381; }

 p { color: rgb(197,115,129); }

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

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

 a { background-color: rgb(197,115,129); }

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

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

 span { border-color: rgb(197,115,129); }

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