Html Css Color HEX #C24D5C Mandy

📋 copy color: '#C24D5C'

red 194 ◦ green 77 ◦ blue 92

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

Shades of Mandy #C24D5C

Tints of Mandy #C24D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.34%

R = 53.44%
G = 21.21%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C24D5C (or 0xC24D5C) is known color: Mandy. HEX triplet: C2, 4D and 5C. RGB value is (194,77,92). Sum of RGB (Red+Green+Blue) = 194+77+92=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24D5C is #3DB2A3. Grayscale: #717171. Windows color (decimal): -4043428 or 6049218. OLE color: 6049218.

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

Color convert

RGB 194 77 92 -
CMYK 0 0.60 0.53 0.24
HSL 352.31º 0.49% 0.53% -
HSV(B) 352.31º 0.6% 0.76% -
XYZ 26.83 17.55 12.1 -
YUV 113.69 115.76 185.28 -
System Red Green Blue C M Y K H S L
Decimal 194 77 92 0 0.60 0.53 0.24 352.31 0.49 0.53
Hex C2 4D 5C 0 3C 35 18 160 31 35
Octal 302 115 134 0 74 65 30 540 61 65
Binary 11000010 1001101 1011100 0 111100 110101 11000 101100000 110001 110101

Color Harmonies of #C24D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24D5C

Black with #C24D5C

Text Example


Text Example

White with #C24D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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