#C35257

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

Shades of Mandy #C35257

Tints of Mandy #C35257

Color information

#C35257 (or 0xC35257) is unknown color: approx Mandy. HEX triplet: C3, 52 and 57. RGB value is (195,82,87). Sum of RGB (Red+Green+Blue) = 195+82+87=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 87 (34.38% from 255 or 23.90% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C35257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35257 is #3CADA8. Grayscale: #747474. Windows color (decimal): -3976617 or 5722819. OLE color: 5722819.

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

Color convert

RGB1958287-
CMYK00.580.550.24
HSL357.35º48.5%54.31%-
HSV(B)357.35º57.95%76.47%-
XYZ27.2418.3211.12-
YUV116.36111.44184.09-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 53.57%
GREEN value IS 82 (32.42% from 255) = 22.53%
BLUE value IS 87 (34.38% from 255) = 23.90%
R=53.57%
G=22.53%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195828700.580.550.24357.3548.554.31
HexC3525703A37181653036
Octal30312212707267305456066
Binary1100001110100101010111011101011011111000101100101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35257; }

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

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

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

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

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

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

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

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