#C84B61

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

Shades of Mandy #C84B61

Tints of Mandy #C84B61

Color information

#C84B61 (or 0xC84B61) is unknown color: approx Mandy. HEX triplet: C8, 4B and 61. RGB value is (200,75,97). Sum of RGB (Red+Green+Blue) = 200+75+97=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 75 (29.69% from 255 or 20.16% from 372); Blue value is 97 (38.28% from 255 or 26.08% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C84B61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84B61 is #37B49E. Grayscale: #727272. Windows color (decimal): -3650719 or 6376392. OLE color: 6376392.

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

Color convert

RGB2007597-
CMYK00.620.520.22
HSL349.44º53.19%53.92%-
HSV(B)349.44º62.5%78.43%-
XYZ28.4918.1713.32-
YUV114.88117.91188.71-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.76%
GREEN value IS 75 (29.69% from 255) = 20.16%
BLUE value IS 97 (38.28% from 255) = 26.08%
R=53.76%
G=20.16%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200759700.620.520.22349.4453.1953.92
HexC84B6103E341615d3536
Octal31011314107664265356566
Binary1100100010010111100001011111011010010110101011101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84B61; }

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

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

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

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

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

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

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

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