#C05758

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

Shades of Mandy #C05758

Tints of Mandy #C05758

Color information

#C05758 (or 0xC05758) is unknown color: approx Mandy. HEX triplet: C0, 57 and 58. RGB value is (192,87,88). Sum of RGB (Red+Green+Blue) = 192+87+88=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 87 (34.38% from 255 or 23.71% from 367); Blue value is 88 (34.77% from 255 or 23.98% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C05758 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05758 is #3FA8A7. Grayscale: #767676. Windows color (decimal): -4171944 or 5789632. OLE color: 5789632.

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

Color convert

RGB1928788-
CMYK00.550.540.25
HSL359.43º45.45%54.71%-
HSV(B)359.43º54.69%75.29%-
XYZ26.9118.7311.43-
YUV118.51110.79180.42-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.32%
GREEN value IS 87 (34.38% from 255) = 23.71%
BLUE value IS 88 (34.77% from 255) = 23.98%
R=52.32%
G=23.71%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192878800.550.540.25359.4345.4554.71
HexC0575803736191672d37
Octal30012713006766315475567
Binary1100000010101111011000011011111011011001101100111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05758; }

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

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

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

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

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

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

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

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