#C94851

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

Shades of Mandy #C94851

Tints of Mandy #C94851

Color information

#C94851 (or 0xC94851) is unknown color: approx Mandy. HEX triplet: C9, 48 and 51. RGB value is (201,72,81). Sum of RGB (Red+Green+Blue) = 201+72+81=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 81 (32.03% from 255 or 22.88% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C94851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94851 is #36B7AE. Grayscale: #6F6F6F. Windows color (decimal): -3585967 or 5327049. OLE color: 5327049.

HSL color Cylindrical-coordinate representation of color #C94851: hue angle of 355.81º 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 #C94851 is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB2017281-
CMYK00.640.600.21
HSL355.81º54.43%53.53%-
HSV(B)355.81º64.18%78.82%-
XYZ27.8917.659.72-
YUV111.6110.74191.77-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 56.78%
GREEN value IS 72 (28.52% from 255) = 20.34%
BLUE value IS 81 (32.03% from 255) = 22.88%
R=56.78%
G=20.34%
B=22.88%

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
Decimal201728100.640.600.21355.8154.4353.53
HexC948510403C151643636
Octal311110121010074255446666
Binary11001001100100010100010100000011110010101101100100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94851; }

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

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

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

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

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

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

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

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