#C8414D

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

Shades of Mandy #C8414D

Tints of Mandy #C8414D

Color information

#C8414D (or 0xC8414D) is unknown color: approx Mandy. HEX triplet: C8, 41 and 4D. RGB value is (200,65,77). Sum of RGB (Red+Green+Blue) = 200+65+77=342 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.48% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 200 - color contains mainly: red. Hex color #C8414D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8414D is #37BEB2. Grayscale: #6A6A6A. Windows color (decimal): -3653299 or 5063112. OLE color: 5063112.

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

Color convert

RGB2006577-
CMYK00.680.620.22
HSL354.67º55.1%51.96%-
HSV(B)354.67º67.5%78.43%-
XYZ27.0516.68.8-
YUV106.73111.23194.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 58.48%
GREEN value IS 65 (25.78% from 255) = 19.01%
BLUE value IS 77 (30.47% from 255) = 22.51%
R=58.48%
G=19.01%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200657700.680.620.22354.6755.151.96
HexC8414D0443E161633734
Octal310101115010476265436764
Binary11001000100000110011010100010011111010110101100011110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8414D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8414D; }

 p { color: rgb(200,65,77); }

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

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

 a { background-color: rgb(200,65,77); }

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

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

 span { border-color: rgb(200,65,77); }

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