#C84A51

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

Shades of Mandy #C84A51

Tints of Mandy #C84A51

Color information

#C84A51 (or 0xC84A51) is unknown color: approx Mandy. HEX triplet: C8, 4A and 51. RGB value is (200,74,81). Sum of RGB (Red+Green+Blue) = 200+74+81=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 74 (29.30% from 255 or 20.85% from 355); Blue value is 81 (32.03% from 255 or 22.82% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84A51 is #37B5AE. Grayscale: #707070. Windows color (decimal): -3650991 or 5327560. OLE color: 5327560.

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

Color convert

RGB2007481-
CMYK00.630.590.22
HSL356.67º53.39%53.73%-
HSV(B)356.67º63%78.43%-
XYZ27.7517.779.75-
YUV112.47110.24190.43-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 56.34%
GREEN value IS 74 (29.30% from 255) = 20.85%
BLUE value IS 81 (32.03% from 255) = 22.82%
R=56.34%
G=20.85%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200748100.630.590.22356.6753.3953.73
HexC84A5103F3B161653536
Octal31011212107773265456566
Binary1100100010010101010001011111111101110110101100101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84A51; }

 p { color: rgb(200,74,81); }

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

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

 a { background-color: rgb(200,74,81); }

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

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

 span { border-color: rgb(200,74,81); }

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