#C1515F

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

Shades of Mandy #C1515F

Tints of Mandy #C1515F

Color information

#C1515F (or 0xC1515F) is unknown color: approx Mandy. HEX triplet: C1, 51 and 5F. RGB value is (193,81,95). Sum of RGB (Red+Green+Blue) = 193+81+95=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C1515F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1515F is #3EAEA0. Grayscale: #747474. Windows color (decimal): -4107937 or 6246849. OLE color: 6246849.

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

Color convert

RGB1938195-
CMYK00.580.510.24
HSL352.5º47.46%53.73%-
HSV(B)352.5º58.03%75.69%-
XYZ2718.0512.89-
YUV116.08116.11182.86-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.30%
GREEN value IS 81 (32.03% from 255) = 21.95%
BLUE value IS 95 (37.5% from 255) = 25.75%
R=52.30%
G=21.95%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193819500.580.510.24352.547.4653.73
HexC1515F03A33181602f36
Octal30112113707263305405766
Binary1100000110100011011111011101011001111000101100000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1515F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1515F; }

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

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

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

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

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

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

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

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