Html Css Color HEX #C24D5E Mandy

📋 copy color: '#C24D5E'

red 194 ◦ green 77 ◦ blue 94

#C24D5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandy #C24D5E

Tints of Mandy #C24D5E

RGB

 RED value IS 194 (76.17% from 255) = 53.15%

 GREEN value IS 77 (30.47% from 255) = 21.1%

 BLUE value IS 94 (37.11% from 255) = 25.75%

R = 53.15%
G = 21.1%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C24D5E (or 0xC24D5E) is known color: Mandy. HEX triplet: C2, 4D and 5E. RGB value is (194,77,94). Sum of RGB (Red+Green+Blue) = 194+77+94=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24D5E is #3DB2A1. Grayscale: #717171. Windows color (decimal): -4043426 or 6180290. OLE color: 6180290.

HSL color Cylindrical-coordinate representation of color #C24D5E: hue angle of 351.28º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C24D5E is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 77 94 -
CMYK 0 0.60 0.52 0.24
HSL 351.28º 0.49% 0.53% -
HSV(B) 351.28º 0.6% 0.76% -
XYZ 26.92 17.59 12.57 -
YUV 113.92 116.76 185.12 -
System Red Green Blue C M Y K H S L
Decimal 194 77 94 0 0.60 0.52 0.24 351.28 0.49 0.53
Hex C2 4D 5E 0 3C 34 18 15F 31 35
Octal 302 115 136 0 74 64 30 537 61 65
Binary 11000010 1001101 1011110 0 111100 110100 11000 101011111 110001 110101

Color Harmonies of #C24D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24D5E

Black with #C24D5E

Text Example


Text Example

White with #C24D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24D5E; }

 p { color: rgb(194,77,94); }

 H1.HeaderClassName
 {
   color: #C24D5E;
 }
 .AnyTagClassName
 {
   color: #C24D5E;
 }
</style>

background-color css

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

 a { background-color: rgb(194,77,94); }

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

border-color css

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

 span { border-color: rgb(194,77,94); }

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