#C1585B

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

Shades of Mandy #C1585B

Tints of Mandy #C1585B

Color information

#C1585B (or 0xC1585B) is unknown color: approx Mandy. HEX triplet: C1, 58 and 5B. RGB value is (193,88,91). Sum of RGB (Red+Green+Blue) = 193+88+91=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 88 (34.77% from 255 or 23.66% from 372); Blue value is 91 (35.94% from 255 or 24.46% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C1585B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1585B is #3EA7A4. Grayscale: #777777. Windows color (decimal): -4106149 or 5986497. OLE color: 5986497.

HSL color Cylindrical-coordinate representation of color #C1585B: hue angle of 358.29º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C1585B is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB1938891-
CMYK00.540.530.24
HSL358.29º45.85%55.1%-
HSV(B)358.29º54.4%75.69%-
XYZ27.3719.0712.14-
YUV119.74111.79180.26-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 51.88%
GREEN value IS 88 (34.77% from 255) = 23.66%
BLUE value IS 91 (35.94% from 255) = 24.46%
R=51.88%
G=23.66%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193889100.540.530.24358.2945.8555.1
HexC1585B03635181662e37
Octal30113013306665305465667
Binary1100000110110001011011011011011010111000101100110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1585B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1585B; }

 p { color: rgb(193,88,91); }

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

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

 a { background-color: rgb(193,88,91); }

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

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

 span { border-color: rgb(193,88,91); }

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