Html Css Color HEX #C24E5D Mandy

📋 copy color: '#C24E5D'

red 194 ◦ green 78 ◦ blue 93

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

Shades of Mandy #C24E5D

Tints of Mandy #C24E5D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.37%

 BLUE value IS 93 (36.72% from 255) = 25.48%

R = 53.15%
G = 21.37%
B = 25.48%

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

#C24E5D (or 0xC24E5D) is known color: Mandy. HEX triplet: C2, 4E and 5D. RGB value is (194,78,93). Sum of RGB (Red+Green+Blue) = 194+78+93=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C24E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24E5D is #3DB1A2. Grayscale: #727272. Windows color (decimal): -4043171 or 6115010. OLE color: 6115010.

HSL color Cylindrical-coordinate representation of color #C24E5D: hue angle of 352.24º 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 #C24E5D is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 78 93 -
CMYK 0 0.60 0.52 0.24
HSL 352.24º 0.49% 0.53% -
HSV(B) 352.24º 0.6% 0.76% -
XYZ 26.95 17.71 12.35 -
YUV 114.39 115.93 184.78 -
System Red Green Blue C M Y K H S L
Decimal 194 78 93 0 0.60 0.52 0.24 352.24 0.49 0.53
Hex C2 4E 5D 0 3C 34 18 160 31 35
Octal 302 116 135 0 74 64 30 540 61 65
Binary 11000010 1001110 1011101 0 111100 110100 11000 101100000 110001 110101

Color Harmonies of #C24E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24E5D

Black with #C24E5D

Text Example


Text Example

White with #C24E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24E5D; }

 p { color: rgb(194,78,93); }

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

background-color css

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

 a { background-color: rgb(194,78,93); }

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

border-color css

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

 span { border-color: rgb(194,78,93); }

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