#C6455D

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

Shades of Mandy #C6455D

Tints of Mandy #C6455D

Color information

#C6455D (or 0xC6455D) is unknown color: approx Mandy. HEX triplet: C6, 45 and 5D. RGB value is (198,69,93). Sum of RGB (Red+Green+Blue) = 198+69+93=360 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 198 - color contains mainly: red. Hex color #C6455D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6455D is #39BAA2. Grayscale: #6E6E6E. Windows color (decimal): -3783331 or 6112710. OLE color: 6112710.

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

Color convert

RGB1986993-
CMYK00.650.530.22
HSL348.84º53.09%52.35%-
HSV(B)348.84º65.15%77.65%-
XYZ27.3917.0512.2-
YUV110.31118.24190.55-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 55%
GREEN value IS 69 (27.34% from 255) = 19.17%
BLUE value IS 93 (36.72% from 255) = 25.83%
R=55%
G=19.17%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198699300.650.530.22348.8453.0952.35
HexC6455D041351615d3534
Octal306105135010165265356564
Binary11000110100010110111010100000111010110110101011101110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6455D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6455D; }

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

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

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

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

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

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

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

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