#C15B5D

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

Shades of Mandy #C15B5D

Tints of Mandy #C15B5D

Color information

#C15B5D (or 0xC15B5D) is unknown color: approx Mandy. HEX triplet: C1, 5B and 5D. RGB value is (193,91,93). Sum of RGB (Red+Green+Blue) = 193+91+93=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 91 (35.94% from 255 or 24.14% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C15B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15B5D is #3EA4A2. Grayscale: #797979. Windows color (decimal): -4105379 or 6118337. OLE color: 6118337.

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

Color convert

RGB1939193-
CMYK00.530.520.24
HSL358.82º45.13%55.69%-
HSV(B)358.82º52.85%75.69%-
XYZ27.7119.6112.68-
YUV121.73111.79178.84-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 51.19%
GREEN value IS 91 (35.94% from 255) = 24.14%
BLUE value IS 93 (36.72% from 255) = 24.67%
R=51.19%
G=24.14%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193919300.530.520.24358.8245.1355.69
HexC15B5D03534181672d38
Octal30113313506564305475570
Binary1100000110110111011101011010111010011000101100111101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15B5D; }

 p { color: rgb(193,91,93); }

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

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

 a { background-color: rgb(193,91,93); }

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

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

 span { border-color: rgb(193,91,93); }

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