#C35361

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

Shades of Mandy #C35361

Tints of Mandy #C35361

Color information

#C35361 (or 0xC35361) is unknown color: approx Mandy. HEX triplet: C3, 53 and 61. RGB value is (195,83,97). Sum of RGB (Red+Green+Blue) = 195+83+97=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 97 (38.28% from 255 or 25.87% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C35361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35361 is #3CAC9E. Grayscale: #767676. Windows color (decimal): -3976351 or 6378435. OLE color: 6378435.

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

Color convert

RGB1958397-
CMYK00.570.500.24
HSL352.5º48.28%54.51%-
HSV(B)352.5º57.44%76.47%-
XYZ27.7618.6513.45-
YUV118.08116.11182.86-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52%
GREEN value IS 83 (32.81% from 255) = 22.13%
BLUE value IS 97 (38.28% from 255) = 25.87%
R=52%
G=22.13%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195839700.570.500.24352.548.2854.51
HexC3536103932181603037
Octal30312314107162305406067
Binary1100001110100111100001011100111001011000101100000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35361; }

 p { color: rgb(195,83,97); }

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

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

 a { background-color: rgb(195,83,97); }

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

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

 span { border-color: rgb(195,83,97); }

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