#C04B56

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

Shades of Mandy #C04B56

Tints of Mandy #C04B56

Color information

#C04B56 (or 0xC04B56) is unknown color: approx Mandy. HEX triplet: C0, 4B and 56. RGB value is (192,75,86). Sum of RGB (Red+Green+Blue) = 192+75+86=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 86 (33.98% from 255 or 24.36% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04B56 is #3FB4A9. Grayscale: #6F6F6F. Windows color (decimal): -4175018 or 5655488. OLE color: 5655488.

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

Color convert

RGB1927586-
CMYK00.610.550.25
HSL354.36º48.15%52.35%-
HSV(B)354.36º60.94%75.29%-
XYZ25.9316.9110.7-
YUV111.24113.76185.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.39%
GREEN value IS 75 (29.69% from 255) = 21.25%
BLUE value IS 86 (33.98% from 255) = 24.36%
R=54.39%
G=21.25%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192758600.610.550.25354.3648.1552.35
HexC04B5603D37191623034
Octal30011312607567315426064
Binary1100000010010111010110011110111011111001101100010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04B56; }

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

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

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

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

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

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

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

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