#C5415B

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

Shades of Mandy #C5415B

Tints of Mandy #C5415B

Color information

#C5415B (or 0xC5415B) is unknown color: approx Mandy. HEX triplet: C5, 41 and 5B. RGB value is (197,65,91). Sum of RGB (Red+Green+Blue) = 197+65+91=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C5415B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5415B is #3ABEA4. Grayscale: #6B6B6B. Windows color (decimal): -3849893 or 5980613. OLE color: 5980613.

HSL color Cylindrical-coordinate representation of color #C5415B: hue angle of 348.18º 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 #C5415B is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB1976591-
CMYK00.670.540.23
HSL348.18º53.23%51.37%-
HSV(B)348.18º67.01%77.25%-
XYZ26.816.4111.65-
YUV107.43118.73191.89-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.81%
GREEN value IS 65 (25.78% from 255) = 18.41%
BLUE value IS 91 (35.94% from 255) = 25.78%
R=55.81%
G=18.41%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197659100.670.540.23348.1853.2351.37
HexC5415B043361715c3533
Octal305101133010366275346563
Binary11000101100000110110110100001111011010111101011100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5415B; }

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

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

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

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

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

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

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

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