#C15155

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

Shades of Mandy #C15155

Tints of Mandy #C15155

Color information

#C15155 (or 0xC15155) is unknown color: approx Mandy. HEX triplet: C1, 51 and 55. RGB value is (193,81,85). Sum of RGB (Red+Green+Blue) = 193+81+85=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C15155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15155 is #3EAEAA. Grayscale: #737373. Windows color (decimal): -4107947 or 5591489. OLE color: 5591489.

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

Color convert

RGB1938185-
CMYK00.580.560.24
HSL357.86º47.46%53.73%-
HSV(B)357.86º58.03%75.69%-
XYZ26.5717.8810.64-
YUV114.94111.11183.67-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.76%
GREEN value IS 81 (32.03% from 255) = 22.56%
BLUE value IS 85 (33.59% from 255) = 23.68%
R=53.76%
G=22.56%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193818500.580.560.24357.8647.4653.73
HexC1515503A38181662f36
Octal30112112507270305465766
Binary1100000110100011010101011101011100011000101100110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15155; }

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

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

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

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

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

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

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

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