#C04752

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

Shades of Mandy #C04752

Tints of Mandy #C04752

Color information

#C04752 (or 0xC04752) is unknown color: approx Mandy. HEX triplet: C0, 47 and 52. RGB value is (192,71,82). Sum of RGB (Red+Green+Blue) = 192+71+82=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C04752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04752 is #3FB8AD. Grayscale: #6C6C6C. Windows color (decimal): -4176046 or 5392320. OLE color: 5392320.

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

Color convert

RGB1927182-
CMYK00.630.570.25
HSL354.55º48.99%51.57%-
HSV(B)354.55º63.02%75.29%-
XYZ25.5116.329.79-
YUV108.43113.09187.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 55.65%
GREEN value IS 71 (28.12% from 255) = 20.58%
BLUE value IS 82 (32.42% from 255) = 23.77%
R=55.65%
G=20.58%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192718200.630.570.25354.5548.9951.57
HexC0475203F39191633134
Octal30010712207771315436164
Binary1100000010001111010010011111111100111001101100011110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04752; }

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

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

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

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

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

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

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

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