#c94c5d

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

Shades of Mandy #C94C5D

Tints of Mandy #C94C5D

Color information

#C94C5D (or 0xC94C5D) is unknown color: approx Mandy. HEX triplet: C9, 4C and 5D. RGB value is (201,76,93). Sum of RGB (Red+Green+Blue) = 201+76+93=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C94C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94C5D is #36B3A2. Grayscale: #737373. Windows color (decimal): -3584931 or 6114505. OLE color: 6114505.

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

Color convert

RGB2017693-
CMYK00.620.540.21
HSL351.84º53.65%54.31%-
HSV(B)351.84º62.19%78.82%-
XYZ28.6518.3812.39-
YUV115.31115.41189.12-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 54.32%
GREEN value IS 76 (30.08% from 255) = 20.54%
BLUE value IS 93 (36.72% from 255) = 25.14%
R=54.32%
G=20.54%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201769300.620.540.21351.8453.6554.31
HexC94C5D03E36151603636
Octal31111413507666255406666
Binary1100100110011001011101011111011011010101101100000110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c94c5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c94c5d; }

 p { color: rgb(201,76,93); }

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

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

 a { background-color: rgb(201,76,93); }

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

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

 span { border-color: rgb(201,76,93); }

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