#C35059

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

Shades of Mandy #C35059

Tints of Mandy #C35059

Color information

#C35059 (or 0xC35059) is unknown color: approx Mandy. HEX triplet: C3, 50 and 59. RGB value is (195,80,89). Sum of RGB (Red+Green+Blue) = 195+80+89=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 89 (35.16% from 255 or 24.45% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C35059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35059 is #3CAFA6. Grayscale: #737373. Windows color (decimal): -3977127 or 5853379. OLE color: 5853379.

HSL color Cylindrical-coordinate representation of color #C35059: hue angle of 355.3º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C35059 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB1958089-
CMYK00.590.540.24
HSL355.3º48.94%53.92%-
HSV(B)355.3º58.97%76.47%-
XYZ27.1818.0611.5-
YUV115.41113.1184.77-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 53.57%
GREEN value IS 80 (31.64% from 255) = 21.98%
BLUE value IS 89 (35.16% from 255) = 24.45%
R=53.57%
G=21.98%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195808900.590.540.24355.348.9453.92
HexC3505903B36181633136
Octal30312013107366305436166
Binary1100001110100001011001011101111011011000101100011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35059; }

 p { color: rgb(195,80,89); }

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

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

 a { background-color: rgb(195,80,89); }

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

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

 span { border-color: rgb(195,80,89); }

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