#C45556

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

Shades of Mandy #C45556

Tints of Mandy #C45556

Color information

#C45556 (or 0xC45556) is unknown color: approx Mandy. HEX triplet: C4, 55 and 56. RGB value is (196,85,86). Sum of RGB (Red+Green+Blue) = 196+85+86=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 86 (33.98% from 255 or 23.43% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C45556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45556 is #3BAAA9. Grayscale: #767676. Windows color (decimal): -3910314 or 5658052. OLE color: 5658052.

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

Color convert

RGB1968586-
CMYK00.570.560.23
HSL359.46º48.47%55.1%-
HSV(B)359.46º56.63%76.86%-
XYZ27.6918.910.99-
YUV118.3109.77183.42-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.41%
GREEN value IS 85 (33.59% from 255) = 23.16%
BLUE value IS 86 (33.98% from 255) = 23.43%
R=53.41%
G=23.16%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196858600.570.560.23359.4648.4755.1
HexC4555603938171673037
Octal30412512607170275476067
Binary1100010010101011010110011100111100010111101100111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45556; }

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

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

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

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

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

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

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

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