#c4515d

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

Shades of Mandy #C4515D

Tints of Mandy #C4515D

Color information

#C4515D (or 0xC4515D) is unknown color: approx Mandy. HEX triplet: C4, 51 and 5D. RGB value is (196,81,93). Sum of RGB (Red+Green+Blue) = 196+81+93=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C4515D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4515D is #3BAEA2. Grayscale: #747474. Windows color (decimal): -3911331 or 6115780. OLE color: 6115780.

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

Color convert

RGB1968193-
CMYK00.590.530.23
HSL353.74º49.36%54.31%-
HSV(B)353.74º58.67%76.86%-
XYZ27.6818.4112.45-
YUV116.75114.6184.52-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.97%
GREEN value IS 81 (32.03% from 255) = 21.89%
BLUE value IS 93 (36.72% from 255) = 25.14%
R=52.97%
G=21.89%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196819300.590.530.23353.7449.3654.31
HexC4515D03B35171623136
Octal30412113507365275426166
Binary1100010010100011011101011101111010110111101100010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4515d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4515d; }

 p { color: rgb(196,81,93); }

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

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

 a { background-color: rgb(196,81,93); }

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

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

 span { border-color: rgb(196,81,93); }

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