#C94B55

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

Shades of Mandy #C94B55

Tints of Mandy #C94B55

Color information

#C94B55 (or 0xC94B55) is unknown color: approx Mandy. HEX triplet: C9, 4B and 55. RGB value is (201,75,85). Sum of RGB (Red+Green+Blue) = 201+75+85=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 75 (29.69% from 255 or 20.78% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C94B55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94B55 is #36B4AA. Grayscale: #717171. Windows color (decimal): -3585195 or 5589961. OLE color: 5589961.

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

Color convert

RGB2017585-
CMYK00.630.580.21
HSL355.24º53.85%54.12%-
HSV(B)355.24º62.69%78.82%-
XYZ28.2418.1110.6-
YUV113.81111.74190.19-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 55.68%
GREEN value IS 75 (29.69% from 255) = 20.78%
BLUE value IS 85 (33.59% from 255) = 23.55%
R=55.68%
G=20.78%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201758500.630.580.21355.2453.8554.12
HexC94B5503F3A151633636
Octal31111312507772255436666
Binary1100100110010111010101011111111101010101101100011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94B55; }

 p { color: rgb(201,75,85); }

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

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

 a { background-color: rgb(201,75,85); }

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

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

 span { border-color: rgb(201,75,85); }

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