#C84250

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

Shades of Mandy #C84250

Tints of Mandy #C84250

Color information

#C84250 (or 0xC84250) is unknown color: approx Mandy. HEX triplet: C8, 42 and 50. RGB value is (200,66,80). Sum of RGB (Red+Green+Blue) = 200+66+80=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C84250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84250 is #37BDAF. Grayscale: #6B6B6B. Windows color (decimal): -3653040 or 5259976. OLE color: 5259976.

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

Color convert

RGB2006680-
CMYK00.670.60.22
HSL353.73º54.92%52.16%-
HSV(B)353.73º67%78.43%-
XYZ27.2216.759.39-
YUV107.66112.39193.86-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 57.80%
GREEN value IS 66 (26.17% from 255) = 19.08%
BLUE value IS 80 (31.64% from 255) = 23.12%
R=57.80%
G=19.08%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.6
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200668000.670.60.22353.7354.9252.16
HexC842500433C161623734
Octal310102120010374265426764
Binary11001000100001010100000100001111110010110101100010110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84250; }

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

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

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

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

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

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

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

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