#C05F60

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

Shades of Mandy #C05F60

Tints of Mandy #C05F60

Color information

#C05F60 (or 0xC05F60) is unknown color: approx Mandy. HEX triplet: C0, 5F and 60. RGB value is (192,95,96). Sum of RGB (Red+Green+Blue) = 192+95+96=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05F60 is #3FA09F. Grayscale: #7C7C7C. Windows color (decimal): -4169888 or 6315968. OLE color: 6315968.

HSL color Cylindrical-coordinate representation of color #C05F60: hue angle of 359.38º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C05F60 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB1929596-
CMYK00.510.500.25
HSL359.38º43.5%56.27%-
HSV(B)359.38º50.52%75.29%-
XYZ27.9420.2413.5-
YUV124.12112.14176.42-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.13%
GREEN value IS 95 (37.5% from 255) = 24.80%
BLUE value IS 96 (37.89% from 255) = 25.07%
R=50.13%
G=24.80%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192959600.510.500.25359.3843.556.27
HexC05F6003332191672b38
Octal30013714006362315475370
Binary1100000010111111100000011001111001011001101100111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05F60; }

 p { color: rgb(192,95,96); }

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

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

 a { background-color: rgb(192,95,96); }

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

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

 span { border-color: rgb(192,95,96); }

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