#C05058

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

Shades of Mandy #C05058

Tints of Mandy #C05058

Color information

#C05058 (or 0xC05058) is unknown color: approx Mandy. HEX triplet: C0, 50 and 58. RGB value is (192,80,88). Sum of RGB (Red+Green+Blue) = 192+80+88=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C05058 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05058 is #3FAFA7. Grayscale: #727272. Windows color (decimal): -4173736 or 5787840. OLE color: 5787840.

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

Color convert

RGB1928088-
CMYK00.580.540.25
HSL355.71º47.06%53.33%-
HSV(B)355.71º58.33%75.29%-
XYZ26.3717.6511.25-
YUV114.4113.11183.35-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.33%
GREEN value IS 80 (31.64% from 255) = 22.22%
BLUE value IS 88 (34.77% from 255) = 24.44%
R=53.33%
G=22.22%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192808800.580.540.25355.7147.0653.33
HexC0505803A36191642f35
Octal30012013007266315445765
Binary1100000010100001011000011101011011011001101100100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05058; }

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

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

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

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

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

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

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

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