#C04756

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

Shades of Mandy #C04756

Tints of Mandy #C04756

Color information

#C04756 (or 0xC04756) is unknown color: approx Mandy. HEX triplet: C0, 47 and 56. RGB value is (192,71,86). Sum of RGB (Red+Green+Blue) = 192+71+86=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 86 (33.98% from 255 or 24.64% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C04756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04756 is #3FB8A9. Grayscale: #6C6C6C. Windows color (decimal): -4176042 or 5654464. OLE color: 5654464.

HSL color Cylindrical-coordinate representation of color #C04756: hue angle of 352.56º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C04756 is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB1927186-
CMYK00.630.550.25
HSL352.56º48.99%51.57%-
HSV(B)352.56º63.02%75.29%-
XYZ25.6716.3810.61-
YUV108.89115.09187.28-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 55.01%
GREEN value IS 71 (28.12% from 255) = 20.34%
BLUE value IS 86 (33.98% from 255) = 24.64%
R=55.01%
G=20.34%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192718600.630.550.25352.5648.9951.57
HexC0475603F37191613134
Octal30010712607767315416164
Binary1100000010001111010110011111111011111001101100001110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04756; }

 p { color: rgb(192,71,86); }

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

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

 a { background-color: rgb(192,71,86); }

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

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

 span { border-color: rgb(192,71,86); }

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