#c15458

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

Shades of Mandy #C15458

Tints of Mandy #C15458

Color information

#C15458 (or 0xC15458) is unknown color: approx Mandy. HEX triplet: C1, 54 and 58. RGB value is (193,84,88). Sum of RGB (Red+Green+Blue) = 193+84+88=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 84 (33.20% from 255 or 23.01% from 365); Blue value is 88 (34.77% from 255 or 24.11% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C15458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15458 is #3EABA7. Grayscale: #757575. Windows color (decimal): -4107176 or 5788865. OLE color: 5788865.

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

Color convert

RGB1938488-
CMYK00.560.540.24
HSL357.8º46.78%54.31%-
HSV(B)357.8º56.48%75.69%-
XYZ26.9218.3811.36-
YUV117.05111.61182.17-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.88%
GREEN value IS 84 (33.20% from 255) = 23.01%
BLUE value IS 88 (34.77% from 255) = 24.11%
R=52.88%
G=23.01%
B=24.11%

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
Decimal193848800.560.540.24357.846.7854.31
HexC1545803836181662f36
Octal30112413007066305465766
Binary1100000110101001011000011100011011011000101100110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c15458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c15458; }

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

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

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

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

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

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

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

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