#C15358

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

Shades of Mandy #C15358

Tints of Mandy #C15358

Color information

#C15358 (or 0xC15358) is unknown color: approx Mandy. HEX triplet: C1, 53 and 58. RGB value is (193,83,88). Sum of RGB (Red+Green+Blue) = 193+83+88=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 88 (34.77% from 255 or 24.18% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C15358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15358 is #3EACA7. Grayscale: #747474. Windows color (decimal): -4107432 or 5788609. OLE color: 5788609.

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

Color convert

RGB1938388-
CMYK00.570.540.24
HSL357.27º47.01%54.12%-
HSV(B)357.27º56.99%75.69%-
XYZ26.8518.2311.34-
YUV116.46111.94182.59-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.02%
GREEN value IS 83 (32.81% from 255) = 22.80%
BLUE value IS 88 (34.77% from 255) = 24.18%
R=53.02%
G=22.80%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193838800.570.540.24357.2747.0154.12
HexC1535803936181652f36
Octal30112313007166305455766
Binary1100000110100111011000011100111011011000101100101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15358; }

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

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

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

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

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

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

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

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