#C04B58

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

Shades of Mandy #C04B58

Tints of Mandy #C04B58

Color information

#C04B58 (or 0xC04B58) is unknown color: approx Mandy. HEX triplet: C0, 4B and 58. RGB value is (192,75,88). Sum of RGB (Red+Green+Blue) = 192+75+88=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 75 (29.69% from 255 or 21.13% from 355); Blue value is 88 (34.77% from 255 or 24.79% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04B58 is #3FB4A7. Grayscale: #6F6F6F. Windows color (decimal): -4175016 or 5786560. OLE color: 5786560.

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

Color convert

RGB1927588-
CMYK00.610.540.25
HSL353.33º48.15%52.35%-
HSV(B)353.33º60.94%75.29%-
XYZ26.0216.9411.13-
YUV111.46114.76185.44-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.08%
GREEN value IS 75 (29.69% from 255) = 21.13%
BLUE value IS 88 (34.77% from 255) = 24.79%
R=54.08%
G=21.13%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192758800.610.540.25353.3348.1552.35
HexC04B5803D36191613034
Octal30011313007566315416064
Binary1100000010010111011000011110111011011001101100001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04B58; }

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

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

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

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

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

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

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

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