#C5585C

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

Shades of Mandy #C5585C

Tints of Mandy #C5585C

Color information

#C5585C (or 0xC5585C) is unknown color: approx Mandy. HEX triplet: C5, 58 and 5C. RGB value is (197,88,92). Sum of RGB (Red+Green+Blue) = 197+88+92=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C5585C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5585C is #3AA7A3. Grayscale: #797979. Windows color (decimal): -3844004 or 6052037. OLE color: 6052037.

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

Color convert

RGB1978892-
CMYK00.550.530.23
HSL357.8º48.44%55.88%-
HSV(B)357.8º55.33%77.25%-
XYZ28.4519.6212.41-
YUV121.05111.61182.17-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.25%
GREEN value IS 88 (34.77% from 255) = 23.34%
BLUE value IS 92 (36.33% from 255) = 24.40%
R=52.25%
G=23.34%
B=24.40%

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
Decimal197889200.550.530.23357.848.4455.88
HexC5585C03735171663038
Octal30513013406765275466070
Binary1100010110110001011100011011111010110111101100110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5585C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5585C; }

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

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

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

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

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

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

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

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