#C35357

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

Shades of Mandy #C35357

Tints of Mandy #C35357

Color information

#C35357 (or 0xC35357) is unknown color: approx Mandy. HEX triplet: C3, 53 and 57. RGB value is (195,83,87). Sum of RGB (Red+Green+Blue) = 195+83+87=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 87 (34.38% from 255 or 23.84% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C35357 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35357 is #3CACA8. Grayscale: #757575. Windows color (decimal): -3976361 or 5723075. OLE color: 5723075.

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

Color convert

RGB1958387-
CMYK00.570.550.24
HSL357.86º48.28%54.51%-
HSV(B)357.86º57.44%76.47%-
XYZ27.3218.4811.14-
YUV116.94111.11183.67-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 53.42%
GREEN value IS 83 (32.81% from 255) = 22.74%
BLUE value IS 87 (34.38% from 255) = 23.84%
R=53.42%
G=22.74%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195838700.570.550.24357.8648.2854.51
HexC3535703937181663037
Octal30312312707167305466067
Binary1100001110100111010111011100111011111000101100110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35357; }

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

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

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

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

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

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

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

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