#C5415C

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

Shades of Mandy #C5415C

Tints of Mandy #C5415C

Color information

#C5415C (or 0xC5415C) is unknown color: approx Mandy. HEX triplet: C5, 41 and 5C. RGB value is (197,65,92). Sum of RGB (Red+Green+Blue) = 197+65+92=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C5415C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5415C is #3ABEA3. Grayscale: #6B6B6B. Windows color (decimal): -3849892 or 6046149. OLE color: 6046149.

HSL color Cylindrical-coordinate representation of color #C5415C: hue angle of 347.73º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C5415C is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB1976592-
CMYK00.670.530.23
HSL347.73º53.23%51.37%-
HSV(B)347.73º67.01%77.25%-
XYZ26.8516.4211.88-
YUV107.55119.23191.8-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.65%
GREEN value IS 65 (25.78% from 255) = 18.36%
BLUE value IS 92 (36.33% from 255) = 25.99%
R=55.65%
G=18.36%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197659200.670.530.23347.7353.2351.37
HexC5415C043351715c3533
Octal305101134010365275346563
Binary11000101100000110111000100001111010110111101011100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5415C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5415C; }

 p { color: rgb(197,65,92); }

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

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

 a { background-color: rgb(197,65,92); }

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

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

 span { border-color: rgb(197,65,92); }

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