#C45155

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

Shades of Mandy #C45155

Tints of Mandy #C45155

Color information

#C45155 (or 0xC45155) is unknown color: approx Mandy. HEX triplet: C4, 51 and 55. RGB value is (196,81,85). Sum of RGB (Red+Green+Blue) = 196+81+85=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C45155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45155 is #3BAEAA. Grayscale: #737373. Windows color (decimal): -3911339 or 5591492. OLE color: 5591492.

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

Color convert

RGB1968185-
CMYK00.590.570.23
HSL357.91º49.36%54.31%-
HSV(B)357.91º58.67%76.86%-
XYZ27.3518.2810.68-
YUV115.84110.6185.17-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 54.14%
GREEN value IS 81 (32.03% from 255) = 22.38%
BLUE value IS 85 (33.59% from 255) = 23.48%
R=54.14%
G=22.38%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196818500.590.570.23357.9149.3654.31
HexC4515503B39171663136
Octal30412112507371275466166
Binary1100010010100011010101011101111100110111101100110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45155; }

 p { color: rgb(196,81,85); }

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

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

 a { background-color: rgb(196,81,85); }

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

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

 span { border-color: rgb(196,81,85); }

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