#C5424F

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

Shades of Mandy #C5424F

Tints of Mandy #C5424F

Color information

#C5424F (or 0xC5424F) is unknown color: approx Mandy. HEX triplet: C5, 42 and 4F. RGB value is (197,66,79). Sum of RGB (Red+Green+Blue) = 197+66+79=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 79 (31.25% from 255 or 23.10% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C5424F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5424F is #3ABDB0. Grayscale: #6A6A6A. Windows color (decimal): -3849649 or 5194437. OLE color: 5194437.

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

Color convert

RGB1976679-
CMYK00.660.600.23
HSL354.05º53.04%51.57%-
HSV(B)354.05º66.5%77.25%-
XYZ26.3916.339.16-
YUV106.65112.4192.44-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 57.60%
GREEN value IS 66 (26.17% from 255) = 19.30%
BLUE value IS 79 (31.25% from 255) = 23.10%
R=57.60%
G=19.30%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197667900.660.600.23354.0553.0451.57
HexC5424F0423C171623534
Octal305102117010274275426564
Binary11000101100001010011110100001011110010111101100010110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5424F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5424F; }

 p { color: rgb(197,66,79); }

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

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

 a { background-color: rgb(197,66,79); }

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

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

 span { border-color: rgb(197,66,79); }

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