Html Css Color HEX #C24F55 Mandy

📋 copy color: '#C24F55'

red 194 ◦ green 79 ◦ blue 85

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

Shades of Mandy #C24F55

Tints of Mandy #C24F55

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.07%

 BLUE value IS 85 (33.59% from 255) = 23.74%

R = 54.19%
G = 22.07%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C24F55 (or 0xC24F55) is known color: Mandy. HEX triplet: C2, 4F and 55. RGB value is (194,79,85). Sum of RGB (Red+Green+Blue) = 194+79+85=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 79 (31.25% from 255 or 22.07% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24F55 is #3DB0AA. Grayscale: #727272. Windows color (decimal): -4042923 or 5590978. OLE color: 5590978.

HSL color Cylindrical-coordinate representation of color #C24F55: hue angle of 356.87º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C24F55 is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 79 85 -
CMYK 0 0.59 0.56 0.24
HSL 356.87º 0.49% 0.54% -
HSV(B) 356.87º 0.59% 0.76% -
XYZ 26.68 17.72 10.61 -
YUV 114.07 111.6 185.01 -
System Red Green Blue C M Y K H S L
Decimal 194 79 85 0 0.59 0.56 0.24 356.87 0.49 0.54
Hex C2 4F 55 0 3B 38 18 165 31 36
Octal 302 117 125 0 73 70 30 545 61 66
Binary 11000010 1001111 1010101 0 111011 111000 11000 101100101 110001 110110

Color Harmonies of #C24F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24F55

Black with #C24F55

Text Example


Text Example

White with #C24F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24F55; }

 p { color: rgb(194,79,85); }

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

background-color css

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

 a { background-color: rgb(194,79,85); }

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

border-color css

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

 span { border-color: rgb(194,79,85); }

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