#C15561

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

Shades of Mandy #C15561

Tints of Mandy #C15561

Color information

#C15561 (or 0xC15561) is unknown color: approx Mandy. HEX triplet: C1, 55 and 61. RGB value is (193,85,97). Sum of RGB (Red+Green+Blue) = 193+85+97=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 97 (38.28% from 255 or 25.87% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C15561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15561 is #3EAA9E. Grayscale: #767676. Windows color (decimal): -4106911 or 6378945. OLE color: 6378945.

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

Color convert

RGB1938597-
CMYK00.560.500.24
HSL353.33º46.55%54.51%-
HSV(B)353.33º55.96%75.69%-
XYZ27.418.713.47-
YUV118.66115.78181.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 51.47%
GREEN value IS 85 (33.59% from 255) = 22.67%
BLUE value IS 97 (38.28% from 255) = 25.87%
R=51.47%
G=22.67%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193859700.560.500.24353.3346.5554.51
HexC1556103832181612f37
Octal30112514107062305415767
Binary1100000110101011100001011100011001011000101100001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15561; }

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

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

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

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

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

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

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

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