#C57686

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

Shades of Charm #C57686

Tints of Charm #C57686

Color information

#C57686 (or 0xC57686) is unknown color: approx Charm. HEX triplet: C5, 76 and 86. RGB value is (197,118,134). Sum of RGB (Red+Green+Blue) = 197+118+134=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C57686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57686 is #3A8979. Grayscale: #8F8F8F. Windows color (decimal): -3836282 or 8812229. OLE color: 8812229.

HSL color Cylindrical-coordinate representation of color #C57686: hue angle of 347.85º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C57686 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB197118134-
CMYK00.400.320.23
HSL347.85º40.51%61.76%-
HSV(B)347.85º40.1%77.25%-
XYZ33.8126.5525.9-
YUV143.44122.67166.2-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.88%
GREEN value IS 118 (46.48% from 255) = 26.28%
BLUE value IS 134 (52.73% from 255) = 29.84%
R=43.88%
G=26.28%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711813400.400.320.23347.8540.5161.76
HexC57686028201715c293e
Octal30516620605040275345176
Binary11000101111011010000110010100010000010111101011100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57686; }

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

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

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

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

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

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

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

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