#C15355

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

Shades of Mandy #C15355

Tints of Mandy #C15355

Color information

#C15355 (or 0xC15355) is unknown color: approx Mandy. HEX triplet: C1, 53 and 55. RGB value is (193,83,85). Sum of RGB (Red+Green+Blue) = 193+83+85=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C15355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15355 is #3EACAA. Grayscale: #747474. Windows color (decimal): -4107435 or 5592001. OLE color: 5592001.

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

Color convert

RGB1938385-
CMYK00.570.560.24
HSL358.91º47.01%54.12%-
HSV(B)358.91º56.99%75.69%-
XYZ26.7318.1810.69-
YUV116.12110.44182.84-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.46%
GREEN value IS 83 (32.81% from 255) = 22.99%
BLUE value IS 85 (33.59% from 255) = 23.55%
R=53.46%
G=22.99%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193838500.570.560.24358.9147.0154.12
HexC1535503938181672f36
Octal30112312507170305475766
Binary1100000110100111010101011100111100011000101100111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15355; }

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

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

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

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

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

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

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

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