Html Css Color HEX #C24A52 Mandy

📋 copy color: '#C24A52'

red 194 ◦ green 74 ◦ blue 82

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

Shades of Mandy #C24A52

Tints of Mandy #C24A52

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.14%

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

R = 55.43%
G = 21.14%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C24A52 (or 0xC24A52) is known color: Mandy. HEX triplet: C2, 4A and 52. RGB value is (194,74,82). Sum of RGB (Red+Green+Blue) = 194+74+82=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24A52 is #3DB5AD. Grayscale: #6E6E6E. Windows color (decimal): -4044206 or 5393090. OLE color: 5393090.

HSL color Cylindrical-coordinate representation of color #C24A52: hue angle of 356º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C24A52 is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 74 82 -
CMYK 0 0.62 0.58 0.24
HSL 356º 0.5% 0.53% -
HSV(B) 356º 0.62% 0.76% -
XYZ 26.22 16.98 9.88 -
YUV 110.79 111.76 187.35 -
System Red Green Blue C M Y K H S L
Decimal 194 74 82 0 0.62 0.58 0.24 356 0.5 0.53
Hex C2 4A 52 0 3E 3A 18 164 32 35
Octal 302 112 122 0 76 72 30 544 62 65
Binary 11000010 1001010 1010010 0 111110 111010 11000 101100100 110010 110101

Color Harmonies of #C24A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24A52

Black with #C24A52

Text Example


Text Example

White with #C24A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24A52; }

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

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

background-color css

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

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

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

border-color css

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

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

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