#C57086

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

Shades of Charm #C57086

Tints of Charm #C57086

Color information

#C57086 (or 0xC57086) is unknown color: approx Charm. HEX triplet: C5, 70 and 86. RGB value is (197,112,134). Sum of RGB (Red+Green+Blue) = 197+112+134=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 134 (52.73% from 255 or 30.25% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C57086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57086 is #3A8F79. Grayscale: #8B8B8B. Windows color (decimal): -3837818 or 8810693. OLE color: 8810693.

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

Color convert

RGB197112134-
CMYK00.430.320.23
HSL344.47º42.29%60.59%-
HSV(B)344.47º43.15%77.25%-
XYZ33.1225.1825.67-
YUV139.92124.66168.71-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.47%
GREEN value IS 112 (44.14% from 255) = 25.28%
BLUE value IS 134 (52.73% from 255) = 30.25%
R=44.47%
G=25.28%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711213400.430.320.23344.4742.2960.59
HexC5708602B20171582a3d
Octal30516020605340275305275
Binary11000101111000010000110010101110000010111101011000101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57086; }

 p { color: rgb(197,112,134); }

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

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

 a { background-color: rgb(197,112,134); }

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

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

 span { border-color: rgb(197,112,134); }

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