#C35E60

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

Shades of Mandy #C35E60

Tints of Mandy #C35E60

Color information

#C35E60 (or 0xC35E60) is unknown color: approx Mandy. HEX triplet: C3, 5E and 60. RGB value is (195,94,96). Sum of RGB (Red+Green+Blue) = 195+94+96=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C35E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35E60 is #3CA19F. Grayscale: #7C7C7C. Windows color (decimal): -3973536 or 6315715. OLE color: 6315715.

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

Color convert

RGB1959496-
CMYK00.520.510.24
HSL358.81º45.7%56.67%-
HSV(B)358.81º51.79%76.47%-
XYZ28.6220.4513.51-
YUV124.43111.96178.34-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.65%
GREEN value IS 94 (37.11% from 255) = 24.42%
BLUE value IS 96 (37.89% from 255) = 24.94%
R=50.65%
G=24.42%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195949600.520.510.24358.8145.756.67
HexC35E6003433181672e39
Octal30313614006463305475671
Binary1100001110111101100000011010011001111000101100111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35E60; }

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

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

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

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

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

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

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

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