#c35a65

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

Shades of Mandy #C35A65

Tints of Mandy #C35A65

Color information

#C35A65 (or 0xC35A65) is unknown color: approx Mandy. HEX triplet: C3, 5A and 65. RGB value is (195,90,101). Sum of RGB (Red+Green+Blue) = 195+90+101=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35A65 is #3CA59A. Grayscale: #7A7A7A. Windows color (decimal): -3974555 or 6642371. OLE color: 6642371.

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

Color convert

RGB19590101-
CMYK00.540.480.24
HSL353.71º46.67%55.88%-
HSV(B)353.71º53.85%76.47%-
XYZ28.5119.8514.64-
YUV122.65115.79179.61-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.52%
GREEN value IS 90 (35.55% from 255) = 23.32%
BLUE value IS 101 (39.84% from 255) = 26.17%
R=50.52%
G=23.32%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959010100.540.480.24353.7146.6755.88
HexC35A6503630181622f38
Octal30313214506660305425770
Binary1100001110110101100101011011011000011000101100010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c35a65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c35a65; }

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

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

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

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

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

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

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

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