#C35C66

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

Shades of Mandy #C35C66

Tints of Mandy #C35C66

Color information

#C35C66 (or 0xC35C66) is unknown color: approx Mandy. HEX triplet: C3, 5C and 66. RGB value is (195,92,102). Sum of RGB (Red+Green+Blue) = 195+92+102=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 102 (40.23% from 255 or 26.22% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35C66 is #3CA399. Grayscale: #7C7C7C. Windows color (decimal): -3974042 or 6708419. OLE color: 6708419.

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

Color convert

RGB19592102-
CMYK00.530.480.24
HSL354.17º46.19%56.27%-
HSV(B)354.17º52.82%76.47%-
XYZ28.7320.2214.96-
YUV123.94115.62178.69-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.13%
GREEN value IS 92 (36.33% from 255) = 23.65%
BLUE value IS 102 (40.23% from 255) = 26.22%
R=50.13%
G=23.65%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959210200.530.480.24354.1746.1956.27
HexC35C6603530181622e38
Octal30313414606560305425670
Binary1100001110111001100110011010111000011000101100010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35C66; }

 p { color: rgb(195,92,102); }

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

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

 a { background-color: rgb(195,92,102); }

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

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

 span { border-color: rgb(195,92,102); }

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