#C94B52

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

Shades of Mandy #C94B52

Tints of Mandy #C94B52

Color information

#C94B52 (or 0xC94B52) is unknown color: approx Mandy. HEX triplet: C9, 4B and 52. RGB value is (201,75,82). Sum of RGB (Red+Green+Blue) = 201+75+82=358 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.15% from 358); Green value is 75 (29.69% from 255 or 20.95% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 201 - color contains mainly: red. Hex color #C94B52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94B52 is #36B4AD. Grayscale: #717171. Windows color (decimal): -3585198 or 5393353. OLE color: 5393353.

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

Color convert

RGB2017582-
CMYK00.630.590.21
HSL356.67º53.85%54.12%-
HSV(B)356.67º62.69%78.82%-
XYZ28.1318.069.99-
YUV113.47110.24190.43-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 56.15%
GREEN value IS 75 (29.69% from 255) = 20.95%
BLUE value IS 82 (32.42% from 255) = 22.91%
R=56.15%
G=20.95%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201758200.630.590.21356.6753.8554.12
HexC94B5203F3B151653636
Octal31111312207773255456666
Binary1100100110010111010010011111111101110101101100101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94B52; }

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

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

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

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

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

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

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

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