#C6455E

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

Shades of Mandy #C6455E

Tints of Mandy #C6455E

Color information

#C6455E (or 0xC6455E) is unknown color: approx Mandy. HEX triplet: C6, 45 and 5E. RGB value is (198,69,94). Sum of RGB (Red+Green+Blue) = 198+69+94=361 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.85% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 94 (37.11% from 255 or 26.04% from 361); Max value from RGB is 198 - color contains mainly: red. Hex color #C6455E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6455E is #39BAA1. Grayscale: #6E6E6E. Windows color (decimal): -3783330 or 6178246. OLE color: 6178246.

HSL color Cylindrical-coordinate representation of color #C6455E: hue angle of 348.37º 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 #C6455E is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB1986994-
CMYK00.650.530.22
HSL348.37º53.09%52.35%-
HSV(B)348.37º65.15%77.65%-
XYZ27.4417.0712.44-
YUV110.42118.74190.47-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 54.85%
GREEN value IS 69 (27.34% from 255) = 19.11%
BLUE value IS 94 (37.11% from 255) = 26.04%
R=54.85%
G=19.11%
B=26.04%

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
Decimal198699400.650.530.22348.3753.0952.35
HexC6455E041351615c3534
Octal306105136010165265346564
Binary11000110100010110111100100000111010110110101011100110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6455E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6455E; }

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

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

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

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

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

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

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

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