#C04B57

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

Shades of Mandy #C04B57

Tints of Mandy #C04B57

Color information

#C04B57 (or 0xC04B57) is unknown color: approx Mandy. HEX triplet: C0, 4B and 57. RGB value is (192,75,87). Sum of RGB (Red+Green+Blue) = 192+75+87=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 75 (29.69% from 255 or 21.19% from 354); Blue value is 87 (34.38% from 255 or 24.58% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04B57 is #3FB4A8. Grayscale: #6F6F6F. Windows color (decimal): -4175017 or 5721024. OLE color: 5721024.

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

Color convert

RGB1927587-
CMYK00.610.550.25
HSL353.85º48.15%52.35%-
HSV(B)353.85º60.94%75.29%-
XYZ25.9716.9310.91-
YUV111.35114.26185.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.24%
GREEN value IS 75 (29.69% from 255) = 21.19%
BLUE value IS 87 (34.38% from 255) = 24.58%
R=54.24%
G=21.19%
B=24.58%

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
Decimal192758700.610.550.25353.8548.1552.35
HexC04B5703D37191623034
Octal30011312707567315426064
Binary1100000010010111010111011110111011111001101100010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04B57; }

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

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

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

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

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

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

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

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