#C35161

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

Shades of Mandy #C35161

Tints of Mandy #C35161

Color information

#C35161 (or 0xC35161) is unknown color: approx Mandy. HEX triplet: C3, 51 and 61. RGB value is (195,81,97). Sum of RGB (Red+Green+Blue) = 195+81+97=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 97 (38.28% from 255 or 26.01% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C35161 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35161 is #3CAE9E. Grayscale: #747474. Windows color (decimal): -3976863 or 6377923. OLE color: 6377923.

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

Color convert

RGB1958197-
CMYK00.580.500.24
HSL351.58º48.72%54.12%-
HSV(B)351.58º58.46%76.47%-
XYZ27.6118.3513.4-
YUV116.91116.77183.7-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.28%
GREEN value IS 81 (32.03% from 255) = 21.72%
BLUE value IS 97 (38.28% from 255) = 26.01%
R=52.28%
G=21.72%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195819700.580.500.24351.5848.7254.12
HexC3516103A32181603136
Octal30312114107262305406166
Binary1100001110100011100001011101011001011000101100000110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35161; }

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

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

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

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

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

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

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

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