#C84350

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

Shades of Mandy #C84350

Tints of Mandy #C84350

Color information

#C84350 (or 0xC84350) is unknown color: approx Mandy. HEX triplet: C8, 43 and 50. RGB value is (200,67,80). Sum of RGB (Red+Green+Blue) = 200+67+80=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 67 (26.56% from 255 or 19.31% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C84350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84350 is #37BCAF. Grayscale: #6C6C6C. Windows color (decimal): -3652784 or 5260232. OLE color: 5260232.

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

Color convert

RGB2006780-
CMYK00.660.60.22
HSL354.14º54.73%52.35%-
HSV(B)354.14º66.5%78.43%-
XYZ27.2716.879.41-
YUV108.25112.06193.44-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 57.64%
GREEN value IS 67 (26.56% from 255) = 19.31%
BLUE value IS 80 (31.64% from 255) = 23.05%
R=57.64%
G=19.31%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.6
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200678000.660.60.22354.1454.7352.35
HexC843500423C161623734
Octal310103120010274265426764
Binary11001000100001110100000100001011110010110101100010110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84350; }

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

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

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

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

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

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

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

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