#c94250

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

Shades of Mandy #C94250

Tints of Mandy #C94250

Color information

#C94250 (or 0xC94250) is unknown color: approx Mandy. HEX triplet: C9, 42 and 50. RGB value is (201,66,80). Sum of RGB (Red+Green+Blue) = 201+66+80=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C94250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94250 is #36BDAF. Grayscale: #6C6C6C. Windows color (decimal): -3587504 or 5259977. OLE color: 5259977.

HSL color Cylindrical-coordinate representation of color #C94250: hue angle of 353.78º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C94250 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB2016680-
CMYK00.670.600.21
HSL353.78º55.56%52.35%-
HSV(B)353.78º67.16%78.82%-
XYZ27.4816.899.4-
YUV107.96112.23194.36-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 57.93%
GREEN value IS 66 (26.17% from 255) = 19.02%
BLUE value IS 80 (31.64% from 255) = 23.05%
R=57.93%
G=19.02%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201668000.670.600.21353.7855.5652.35
HexC942500433C151623834
Octal311102120010374255427064
Binary11001001100001010100000100001111110010101101100010111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c94250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c94250; }

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

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

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

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

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

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

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

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