#C15F66

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

Shades of Mandy #C15F66

Tints of Mandy #C15F66

Color information

#C15F66 (or 0xC15F66) is unknown color: approx Mandy. HEX triplet: C1, 5F and 66. RGB value is (193,95,102). Sum of RGB (Red+Green+Blue) = 193+95+102=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 95 (37.5% from 255 or 24.36% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C15F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15F66 is #3EA099. Grayscale: #7D7D7D. Windows color (decimal): -4104346 or 6709185. OLE color: 6709185.

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

Color convert

RGB19395102-
CMYK00.510.470.24
HSL355.71º44.14%56.47%-
HSV(B)355.71º50.78%75.69%-
XYZ28.4820.4815.02-
YUV125.1114.97176.43-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.49%
GREEN value IS 95 (37.5% from 255) = 24.36%
BLUE value IS 102 (40.23% from 255) = 26.15%
R=49.49%
G=24.36%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939510200.510.470.24355.7144.1456.47
HexC15F660332F181642c38
Octal30113714606357305445470
Binary1100000110111111100110011001110111111000101100100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15F66; }

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

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

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

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

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

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

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

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