#C6585E

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

Shades of Mandy #C6585E

Tints of Mandy #C6585E

Color information

#C6585E (or 0xC6585E) is unknown color: approx Mandy. HEX triplet: C6, 58 and 5E. RGB value is (198,88,94). Sum of RGB (Red+Green+Blue) = 198+88+94=380 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.11% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 94 (37.11% from 255 or 24.74% from 380); Max value from RGB is 198 - color contains mainly: red. Hex color #C6585E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6585E is #39A7A1. Grayscale: #797979. Windows color (decimal): -3778466 or 6183110. OLE color: 6183110.

HSL color Cylindrical-coordinate representation of color #C6585E: hue angle of 356.73º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C6585E is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB1988894-
CMYK00.560.530.22
HSL356.73º49.11%56.08%-
HSV(B)356.73º55.56%77.65%-
XYZ28.819.7912.89-
YUV121.57112.44182.51-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.11%
GREEN value IS 88 (34.77% from 255) = 23.16%
BLUE value IS 94 (37.11% from 255) = 24.74%
R=52.11%
G=23.16%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198889400.560.530.22356.7349.1156.08
HexC6585E03835161653138
Octal30613013607065265456170
Binary1100011010110001011110011100011010110110101100101110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6585E; }

 p { color: rgb(198,88,94); }

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

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

 a { background-color: rgb(198,88,94); }

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

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

 span { border-color: rgb(198,88,94); }

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