#C6415D

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

Shades of Mandy #C6415D

Tints of Mandy #C6415D

Color information

#C6415D (or 0xC6415D) is unknown color: approx Mandy. HEX triplet: C6, 41 and 5D. RGB value is (198,65,93). Sum of RGB (Red+Green+Blue) = 198+65+93=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C6415D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6415D is #39BEA2. Grayscale: #6B6B6B. Windows color (decimal): -3784355 or 6111686. OLE color: 6111686.

HSL color Cylindrical-coordinate representation of color #C6415D: hue angle of 347.37º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C6415D is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB1986593-
CMYK00.670.530.22
HSL347.37º53.85%51.57%-
HSV(B)347.37º67.17%77.65%-
XYZ27.1516.5812.12-
YUV107.96119.56192.22-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 55.62%
GREEN value IS 65 (25.78% from 255) = 18.26%
BLUE value IS 93 (36.72% from 255) = 26.12%
R=55.62%
G=18.26%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198659300.670.530.22347.3753.8551.57
HexC6415D043351615b3634
Octal306101135010365265336664
Binary11000110100000110111010100001111010110110101011011110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6415D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6415D; }

 p { color: rgb(198,65,93); }

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

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

 a { background-color: rgb(198,65,93); }

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

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

 span { border-color: rgb(198,65,93); }

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