#C35F64

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

Shades of Mandy #C35F64

Tints of Mandy #C35F64

Color information

#C35F64 (or 0xC35F64) is unknown color: approx Mandy. HEX triplet: C3, 5F and 64. RGB value is (195,95,100). Sum of RGB (Red+Green+Blue) = 195+95+100=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 95 (37.5% from 255 or 24.36% from 390); Blue value is 100 (39.45% from 255 or 25.64% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35F64 is #3CA09B. Grayscale: #7D7D7D. Windows color (decimal): -3973276 or 6578115. OLE color: 6578115.

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

Color convert

RGB19595100-
CMYK00.510.490.24
HSL357º45.45%56.86%-
HSV(B)357º51.28%76.47%-
XYZ28.920.7114.53-
YUV125.47113.63177.59-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50%
GREEN value IS 95 (37.5% from 255) = 24.36%
BLUE value IS 100 (39.45% from 255) = 25.64%
R=50%
G=24.36%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959510000.510.490.2435745.4556.86
HexC35F6403331181652d39
Octal30313714406361305455571
Binary1100001110111111100100011001111000111000101100101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35F64; }

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

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

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

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

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

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

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

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