#C35F66

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

Shades of Mandy #C35F66

Tints of Mandy #C35F66

Color information

#C35F66 (or 0xC35F66) is unknown color: approx Mandy. HEX triplet: C3, 5F and 66. RGB value is (195,95,102). Sum of RGB (Red+Green+Blue) = 195+95+102=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35F66 is #3CA099. Grayscale: #7D7D7D. Windows color (decimal): -3973274 or 6709187. OLE color: 6709187.

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

Color convert

RGB19595102-
CMYK00.510.480.24
HSL355.8º45.45%56.86%-
HSV(B)355.8º51.28%76.47%-
XYZ2920.7515.05-
YUV125.7114.63177.43-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.74%
GREEN value IS 95 (37.5% from 255) = 24.23%
BLUE value IS 102 (40.23% from 255) = 26.02%
R=49.74%
G=24.23%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959510200.510.480.24355.845.4556.86
HexC35F6603330181642d39
Octal30313714606360305445571
Binary1100001110111111100110011001111000011000101100100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35F66; }

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

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

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

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

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

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

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

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