#C94850

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

Shades of Mandy #C94850

Tints of Mandy #C94850

Color information

#C94850 (or 0xC94850) is unknown color: approx Mandy. HEX triplet: C9, 48 and 50. RGB value is (201,72,80). Sum of RGB (Red+Green+Blue) = 201+72+80=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C94850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94850 is #36B7AF. Grayscale: #6F6F6F. Windows color (decimal): -3585968 or 5261513. OLE color: 5261513.

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

Color convert

RGB2017280-
CMYK00.640.600.21
HSL356.28º54.43%53.53%-
HSV(B)356.28º64.18%78.82%-
XYZ27.8517.639.52-
YUV111.48110.24191.85-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 56.94%
GREEN value IS 72 (28.52% from 255) = 20.40%
BLUE value IS 80 (31.64% from 255) = 22.66%
R=56.94%
G=20.40%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201728000.640.600.21356.2854.4353.53
HexC948500403C151643636
Octal311110120010074255446666
Binary11001001100100010100000100000011110010101101100100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94850; }

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

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

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

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

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

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

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

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