#C35962

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

Shades of Mandy #C35962

Tints of Mandy #C35962

Color information

#C35962 (or 0xC35962) is unknown color: approx Mandy. HEX triplet: C3, 59 and 62. RGB value is (195,89,98). Sum of RGB (Red+Green+Blue) = 195+89+98=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 98 (38.67% from 255 or 25.65% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C35962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35962 is #3CA69D. Grayscale: #797979. Windows color (decimal): -3974814 or 6445507. OLE color: 6445507.

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

Color convert

RGB1958998-
CMYK00.540.500.24
HSL354.91º46.9%55.69%-
HSV(B)354.91º54.36%76.47%-
XYZ28.2819.6313.85-
YUV121.72114.62180.27-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.05%
GREEN value IS 89 (35.16% from 255) = 23.30%
BLUE value IS 98 (38.67% from 255) = 25.65%
R=51.05%
G=23.30%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195899800.540.500.24354.9146.955.69
HexC3596203632181632f38
Octal30313114206662305435770
Binary1100001110110011100010011011011001011000101100011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35962; }

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

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

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

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

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

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

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

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