#C8424E

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

Shades of Mandy #C8424E

Tints of Mandy #C8424E

Color information

#C8424E (or 0xC8424E) is unknown color: approx Mandy. HEX triplet: C8, 42 and 4E. RGB value is (200,66,78). Sum of RGB (Red+Green+Blue) = 200+66+78=344 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.14% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 200 - color contains mainly: red. Hex color #C8424E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8424E is #37BDB1. Grayscale: #6B6B6B. Windows color (decimal): -3653042 or 5128904. OLE color: 5128904.

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

Color convert

RGB2006678-
CMYK00.670.610.22
HSL354.63º54.92%52.16%-
HSV(B)354.63º67%78.43%-
XYZ27.1416.739.01-
YUV107.43111.39194.02-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 58.14%
GREEN value IS 66 (26.17% from 255) = 19.19%
BLUE value IS 78 (30.86% from 255) = 22.67%
R=58.14%
G=19.19%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200667800.670.610.22354.6354.9252.16
HexC8424E0433D161633734
Octal310102116010375265436764
Binary11001000100001010011100100001111110110110101100011110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8424E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8424E; }

 p { color: rgb(200,66,78); }

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

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

 a { background-color: rgb(200,66,78); }

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

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

 span { border-color: rgb(200,66,78); }

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