#C8434D

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

Shades of Mandy #C8434D

Tints of Mandy #C8434D

Color information

#C8434D (or 0xC8434D) is unknown color: approx Mandy. HEX triplet: C8, 43 and 4D. RGB value is (200,67,77). Sum of RGB (Red+Green+Blue) = 200+67+77=344 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.14% from 344); Green value is 67 (26.56% from 255 or 19.48% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 200 - color contains mainly: red. Hex color #C8434D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8434D is #37BCB2. Grayscale: #6C6C6C. Windows color (decimal): -3652787 or 5063624. OLE color: 5063624.

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

Color convert

RGB2006777-
CMYK00.660.620.22
HSL355.49º54.73%52.35%-
HSV(B)355.49º66.5%78.43%-
XYZ27.1716.838.84-
YUV107.91110.56193.69-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 58.14%
GREEN value IS 67 (26.56% from 255) = 19.48%
BLUE value IS 77 (30.47% from 255) = 22.38%
R=58.14%
G=19.48%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200677700.660.620.22355.4954.7352.35
HexC8434D0423E161633734
Octal310103115010276265436764
Binary11001000100001110011010100001011111010110101100011110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8434D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8434D; }

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

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

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

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

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

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

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

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