Html Css Color HEX #C24F52 Mandy

📋 copy color: '#C24F52'

red 194 ◦ green 79 ◦ blue 82

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

Shades of Mandy #C24F52

Tints of Mandy #C24F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.1%

R = 54.65%
G = 22.25%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C24F52 (or 0xC24F52) is known color: Mandy. HEX triplet: C2, 4F and 52. RGB value is (194,79,82). Sum of RGB (Red+Green+Blue) = 194+79+82=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24F52 is #3DB0AD. Grayscale: #717171. Windows color (decimal): -4042926 or 5394370. OLE color: 5394370.

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

Color convert

RGB 194 79 82 -
CMYK 0 0.59 0.58 0.24
HSL 358.43º 0.49% 0.54% -
HSV(B) 358.43º 0.59% 0.76% -
XYZ 26.57 17.67 9.99 -
YUV 113.73 110.1 185.26 -
System Red Green Blue C M Y K H S L
Decimal 194 79 82 0 0.59 0.58 0.24 358.43 0.49 0.54
Hex C2 4F 52 0 3B 3A 18 166 31 36
Octal 302 117 122 0 73 72 30 546 61 66
Binary 11000010 1001111 1010010 0 111011 111010 11000 101100110 110001 110110

Color Harmonies of #C24F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24F52

Black with #C24F52

Text Example


Text Example

White with #C24F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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