#C6405C

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

Shades of Mandy #C6405C

Tints of Mandy #C6405C

Color information

#C6405C (or 0xC6405C) is unknown color: approx Mandy. HEX triplet: C6, 40 and 5C. RGB value is (198,64,92). Sum of RGB (Red+Green+Blue) = 198+64+92=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C6405C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6405C is #39BFA3. Grayscale: #6B6B6B. Windows color (decimal): -3784612 or 6045894. OLE color: 6045894.

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

Color convert

RGB1986492-
CMYK00.680.540.22
HSL347.46º54.03%51.37%-
HSV(B)347.46º67.68%77.65%-
XYZ27.0516.4511.87-
YUV107.26119.39192.72-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 55.93%
GREEN value IS 64 (25.39% from 255) = 18.08%
BLUE value IS 92 (36.33% from 255) = 25.99%
R=55.93%
G=18.08%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198649200.680.540.22347.4654.0351.37
HexC6405C044361615b3633
Octal306100134010466265336663
Binary11000110100000010111000100010011011010110101011011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6405C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6405C; }

 p { color: rgb(198,64,92); }

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

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

 a { background-color: rgb(198,64,92); }

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

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

 span { border-color: rgb(198,64,92); }

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