#C8405C

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

Shades of Mandy #C8405C

Tints of Mandy #C8405C

Color information

#C8405C (or 0xC8405C) is unknown color: approx Mandy. HEX triplet: C8, 40 and 5C. RGB value is (200,64,92). Sum of RGB (Red+Green+Blue) = 200+64+92=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C8405C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8405C is #37BFA3. Grayscale: #6B6B6B. Windows color (decimal): -3653540 or 6045896. OLE color: 6045896.

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

Color convert

RGB2006492-
CMYK00.680.540.22
HSL347.65º55.28%51.76%-
HSV(B)347.65º68%78.43%-
XYZ27.5816.7211.9-
YUV107.86119.06193.72-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 56.18%
GREEN value IS 64 (25.39% from 255) = 17.98%
BLUE value IS 92 (36.33% from 255) = 25.84%
R=56.18%
G=17.98%
B=25.84%

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
Decimal200649200.680.540.22347.6555.2851.76
HexC8405C044361615c3734
Octal310100134010466265346764
Binary11001000100000010111000100010011011010110101011100110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8405C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8405C; }

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

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

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

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

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

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

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

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