#C35663

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

Shades of Mandy #C35663

Tints of Mandy #C35663

Color information

#C35663 (or 0xC35663) is unknown color: approx Mandy. HEX triplet: C3, 56 and 63. RGB value is (195,86,99). Sum of RGB (Red+Green+Blue) = 195+86+99=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 86 (33.98% from 255 or 22.63% from 380); Blue value is 99 (39.06% from 255 or 26.05% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C35663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35663 is #3CA99C. Grayscale: #787878. Windows color (decimal): -3975581 or 6510275. OLE color: 6510275.

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

Color convert

RGB1958699-
CMYK00.560.490.24
HSL352.84º47.6%55.1%-
HSV(B)352.84º55.9%76.47%-
XYZ28.0919.1614.02-
YUV120.07116.11181.44-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.32%
GREEN value IS 86 (33.98% from 255) = 22.63%
BLUE value IS 99 (39.06% from 255) = 26.05%
R=51.32%
G=22.63%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195869900.560.490.24352.8447.655.1
HexC3566303831181613037
Octal30312614307061305416067
Binary1100001110101101100011011100011000111000101100001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35663; }

 p { color: rgb(195,86,99); }

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

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

 a { background-color: rgb(195,86,99); }

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

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

 span { border-color: rgb(195,86,99); }

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