#C35A5B

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

Shades of Mandy #C35A5B

Tints of Mandy #C35A5B

Color information

#C35A5B (or 0xC35A5B) is unknown color: approx Mandy. HEX triplet: C3, 5A and 5B. RGB value is (195,90,91). Sum of RGB (Red+Green+Blue) = 195+90+91=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35A5B is #3CA5A4. Grayscale: #797979. Windows color (decimal): -3974565 or 5987011. OLE color: 5987011.

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

Color convert

RGB1959091-
CMYK00.540.530.24
HSL359.43º46.67%55.88%-
HSV(B)359.43º53.85%76.47%-
XYZ28.0519.6712.22-
YUV121.51110.79180.42-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.86%
GREEN value IS 90 (35.55% from 255) = 23.94%
BLUE value IS 91 (35.94% from 255) = 24.20%
R=51.86%
G=23.94%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195909100.540.530.24359.4346.6755.88
HexC35A5B03635181672f38
Octal30313213306665305475770
Binary1100001110110101011011011011011010111000101100111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35A5B; }

 p { color: rgb(195,90,91); }

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

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

 a { background-color: rgb(195,90,91); }

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

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

 span { border-color: rgb(195,90,91); }

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