#C15558

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

Shades of Mandy #C15558

Tints of Mandy #C15558

Color information

#C15558 (or 0xC15558) is unknown color: approx Mandy. HEX triplet: C1, 55 and 58. RGB value is (193,85,88). Sum of RGB (Red+Green+Blue) = 193+85+88=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 88 (34.77% from 255 or 24.04% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C15558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15558 is #3EAAA7. Grayscale: #757575. Windows color (decimal): -4106920 or 5789121. OLE color: 5789121.

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

Color convert

RGB1938588-
CMYK00.560.540.24
HSL358.33º46.55%54.51%-
HSV(B)358.33º55.96%75.69%-
XYZ2718.5411.39-
YUV117.63111.28181.76-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.73%
GREEN value IS 85 (33.59% from 255) = 23.22%
BLUE value IS 88 (34.77% from 255) = 24.04%
R=52.73%
G=23.22%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193858800.560.540.24358.3346.5554.51
HexC1555803836181662f37
Octal30112513007066305465767
Binary1100000110101011011000011100011011011000101100110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15558; }

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

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

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

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

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

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

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

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