#C44258

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

Shades of Mandy #C44258

Tints of Mandy #C44258

Color information

#C44258 (or 0xC44258) is unknown color: approx Mandy. HEX triplet: C4, 42 and 58. RGB value is (196,66,88). Sum of RGB (Red+Green+Blue) = 196+66+88=350 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 196 - color contains mainly: red. Hex color #C44258 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44258 is #3BBDA7. Grayscale: #6B6B6B. Windows color (decimal): -3915176 or 5784260. OLE color: 5784260.

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

Color convert

RGB1966688-
CMYK00.660.550.23
HSL349.85º52.42%51.37%-
HSV(B)349.85º66.33%76.86%-
XYZ26.4716.3410.99-
YUV107.38117.07191.21-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 56%
GREEN value IS 66 (26.17% from 255) = 18.86%
BLUE value IS 88 (34.77% from 255) = 25.14%
R=56%
G=18.86%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196668800.660.550.23349.8552.4251.37
HexC44258042371715e3433
Octal304102130010267275366463
Binary11000100100001010110000100001011011110111101011110110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44258; }

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

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

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

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

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

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

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

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