#C35061

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

Shades of Mandy #C35061

Tints of Mandy #C35061

Color information

#C35061 (or 0xC35061) is unknown color: approx Mandy. HEX triplet: C3, 50 and 61. RGB value is (195,80,97). Sum of RGB (Red+Green+Blue) = 195+80+97=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 97 (38.28% from 255 or 26.08% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C35061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35061 is #3CAF9E. Grayscale: #747474. Windows color (decimal): -3977119 or 6377667. OLE color: 6377667.

HSL color Cylindrical-coordinate representation of color #C35061: hue angle of 351.13º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C35061 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB1958097-
CMYK00.590.500.24
HSL351.13º48.94%53.92%-
HSV(B)351.13º58.97%76.47%-
XYZ27.5318.213.37-
YUV116.32117.1184.12-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.42%
GREEN value IS 80 (31.64% from 255) = 21.51%
BLUE value IS 97 (38.28% from 255) = 26.08%
R=52.42%
G=21.51%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195809700.590.500.24351.1348.9453.92
HexC3506103B321815f3136
Octal30312014107362305376166
Binary1100001110100001100001011101111001011000101011111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35061; }

 p { color: rgb(195,80,97); }

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

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

 a { background-color: rgb(195,80,97); }

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

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

 span { border-color: rgb(195,80,97); }

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