#C5585D

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

Shades of Mandy #C5585D

Tints of Mandy #C5585D

Color information

#C5585D (or 0xC5585D) is unknown color: approx Mandy. HEX triplet: C5, 58 and 5D. RGB value is (197,88,93). Sum of RGB (Red+Green+Blue) = 197+88+93=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C5585D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5585D is #3AA7A2. Grayscale: #797979. Windows color (decimal): -3844003 or 6117573. OLE color: 6117573.

HSL color Cylindrical-coordinate representation of color #C5585D: hue angle of 357.25º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C5585D is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB1978893-
CMYK00.550.530.23
HSL357.25º48.44%55.88%-
HSV(B)357.25º55.33%77.25%-
XYZ28.4919.6412.65-
YUV121.16112.11182.09-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.12%
GREEN value IS 88 (34.77% from 255) = 23.28%
BLUE value IS 93 (36.72% from 255) = 24.60%
R=52.12%
G=23.28%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197889300.550.530.23357.2548.4455.88
HexC5585D03735171653038
Octal30513013506765275456070
Binary1100010110110001011101011011111010110111101100101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5585D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5585D; }

 p { color: rgb(197,88,93); }

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

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

 a { background-color: rgb(197,88,93); }

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

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

 span { border-color: rgb(197,88,93); }

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