#C35965

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

Shades of Mandy #C35965

Tints of Mandy #C35965

Color information

#C35965 (or 0xC35965) is unknown color: approx Mandy. HEX triplet: C3, 59 and 65. RGB value is (195,89,101). Sum of RGB (Red+Green+Blue) = 195+89+101=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 101 (39.84% from 255 or 26.23% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C35965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35965 is #3CA69A. Grayscale: #7A7A7A. Windows color (decimal): -3974811 or 6642115. OLE color: 6642115.

HSL color Cylindrical-coordinate representation of color #C35965: hue angle of 353.21º 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 #C35965 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB19589101-
CMYK00.540.480.24
HSL353.21º46.9%55.69%-
HSV(B)353.21º54.36%76.47%-
XYZ28.4319.6914.61-
YUV122.06116.12180.02-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.65%
GREEN value IS 89 (35.16% from 255) = 23.12%
BLUE value IS 101 (39.84% from 255) = 26.23%
R=50.65%
G=23.12%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958910100.540.480.24353.2146.955.69
HexC3596503630181612f38
Octal30313114506660305415770
Binary1100001110110011100101011011011000011000101100001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35965; }

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

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

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

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

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

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

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

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