#C15F60

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

Shades of Mandy #C15F60

Tints of Mandy #C15F60

Color information

#C15F60 (or 0xC15F60) is unknown color: approx Mandy. HEX triplet: C1, 5F and 60. RGB value is (193,95,96). Sum of RGB (Red+Green+Blue) = 193+95+96=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C15F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15F60 is #3EA09F. Grayscale: #7C7C7C. Windows color (decimal): -4104352 or 6315969. OLE color: 6315969.

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

Color convert

RGB1939596-
CMYK00.510.500.24
HSL359.39º44.14%56.47%-
HSV(B)359.39º50.78%75.69%-
XYZ28.220.3713.51-
YUV124.42111.97176.92-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.26%
GREEN value IS 95 (37.5% from 255) = 24.74%
BLUE value IS 96 (37.89% from 255) = 25%
R=50.26%
G=24.74%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193959600.510.500.24359.3944.1456.47
HexC15F6003332181672c38
Octal30113714006362305475470
Binary1100000110111111100000011001111001011000101100111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15F60; }

 p { color: rgb(193,95,96); }

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

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

 a { background-color: rgb(193,95,96); }

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

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

 span { border-color: rgb(193,95,96); }

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