#C84B4C

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

Shades of Mandy #C84B4C

Tints of Mandy #C84B4C

Color information

#C84B4C (or 0xC84B4C) is unknown color: approx Mandy. HEX triplet: C8, 4B and 4C. RGB value is (200,75,76). Sum of RGB (Red+Green+Blue) = 200+75+76=351 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.98% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 200 - color contains mainly: red. Hex color #C84B4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84B4C is #37B4B3. Grayscale: #707070. Windows color (decimal): -3650740 or 5000136. OLE color: 5000136.

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

Color convert

RGB2007576-
CMYK00.620.620.22
HSL359.52º53.19%53.92%-
HSV(B)359.52º62.5%78.43%-
XYZ27.6417.838.82-
YUV112.49107.41190.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 56.98%
GREEN value IS 75 (29.69% from 255) = 21.37%
BLUE value IS 76 (30.08% from 255) = 21.65%
R=56.98%
G=21.37%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200757600.620.620.22359.5253.1953.92
HexC84B4C03E3E161683536
Octal31011311407676265506566
Binary1100100010010111001100011111011111010110101101000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84B4C; }

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

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

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

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

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

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

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

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