#C15456

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

Shades of Mandy #C15456

Tints of Mandy #C15456

Color information

#C15456 (or 0xC15456) is unknown color: approx Mandy. HEX triplet: C1, 54 and 56. RGB value is (193,84,86). Sum of RGB (Red+Green+Blue) = 193+84+86=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C15456 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15456 is #3EABA9. Grayscale: #747474. Windows color (decimal): -4107178 or 5657793. OLE color: 5657793.

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

Color convert

RGB1938486-
CMYK00.560.550.24
HSL358.9º46.78%54.31%-
HSV(B)358.9º56.48%75.69%-
XYZ26.8418.3510.93-
YUV116.82110.61182.34-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.17%
GREEN value IS 84 (33.20% from 255) = 23.14%
BLUE value IS 86 (33.98% from 255) = 23.69%
R=53.17%
G=23.14%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193848600.560.550.24358.946.7854.31
HexC1545603837181672f36
Octal30112412607067305475766
Binary1100000110101001010110011100011011111000101100111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15456; }

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

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

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

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

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

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

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

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