#C84B55

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

Shades of Mandy #C84B55

Tints of Mandy #C84B55

Color information

#C84B55 (or 0xC84B55) is unknown color: approx Mandy. HEX triplet: C8, 4B and 55. RGB value is (200,75,85). Sum of RGB (Red+Green+Blue) = 200+75+85=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 75 (29.69% from 255 or 20.83% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C84B55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84B55 is #37B4AA. Grayscale: #717171. Windows color (decimal): -3650731 or 5589960. OLE color: 5589960.

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

Color convert

RGB2007585-
CMYK00.620.580.22
HSL355.2º53.19%53.92%-
HSV(B)355.2º62.5%78.43%-
XYZ27.9817.9710.59-
YUV113.51111.91189.69-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 55.56%
GREEN value IS 75 (29.69% from 255) = 20.83%
BLUE value IS 85 (33.59% from 255) = 23.61%
R=55.56%
G=20.83%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200758500.620.580.22355.253.1953.92
HexC84B5503E3A161633536
Octal31011312507672265436566
Binary1100100010010111010101011111011101010110101100011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84B55; }

 p { color: rgb(200,75,85); }

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

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

 a { background-color: rgb(200,75,85); }

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

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

 span { border-color: rgb(200,75,85); }

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