#C35960

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

Shades of Mandy #C35960

Tints of Mandy #C35960

Color information

#C35960 (or 0xC35960) is unknown color: approx Mandy. HEX triplet: C3, 59 and 60. RGB value is (195,89,96). Sum of RGB (Red+Green+Blue) = 195+89+96=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C35960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35960 is #3CA69F. Grayscale: #797979. Windows color (decimal): -3974816 or 6314435. OLE color: 6314435.

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

Color convert

RGB1958996-
CMYK00.540.510.24
HSL356.04º46.9%55.69%-
HSV(B)356.04º54.36%76.47%-
XYZ28.1919.5913.36-
YUV121.49113.62180.43-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.32%
GREEN value IS 89 (35.16% from 255) = 23.42%
BLUE value IS 96 (37.89% from 255) = 25.26%
R=51.32%
G=23.42%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195899600.540.510.24356.0446.955.69
HexC3596003633181642f38
Octal30313114006663305445770
Binary1100001110110011100000011011011001111000101100100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35960; }

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

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

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

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

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

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

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

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