#c45258

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

Shades of Mandy #C45258

Tints of Mandy #C45258

Color information

#C45258 (or 0xC45258) is unknown color: approx Mandy. HEX triplet: C4, 52 and 58. RGB value is (196,82,88). Sum of RGB (Red+Green+Blue) = 196+82+88=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 88 (34.77% from 255 or 24.04% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C45258 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45258 is #3BADA7. Grayscale: #747474. Windows color (decimal): -3911080 or 5788356. OLE color: 5788356.

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

Color convert

RGB1968288-
CMYK00.580.550.23
HSL356.84º49.14%54.51%-
HSV(B)356.84º58.16%76.86%-
XYZ27.5418.4711.35-
YUV116.77111.77184.51-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.55%
GREEN value IS 82 (32.42% from 255) = 22.40%
BLUE value IS 88 (34.77% from 255) = 24.04%
R=53.55%
G=22.40%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196828800.580.550.23356.8449.1454.51
HexC4525803A37171653137
Octal30412213007267275456167
Binary1100010010100101011000011101011011110111101100101110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c45258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c45258; }

 p { color: rgb(196,82,88); }

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

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

 a { background-color: rgb(196,82,88); }

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

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

 span { border-color: rgb(196,82,88); }

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