Html Css Color HEX #C24A5E Mandy

📋 copy color: '#C24A5E'

red 194 ◦ green 74 ◦ blue 94

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

Shades of Mandy #C24A5E

Tints of Mandy #C24A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.97%

R = 53.59%
G = 20.44%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C24A5E (or 0xC24A5E) is known color: Mandy. HEX triplet: C2, 4A and 5E. RGB value is (194,74,94). Sum of RGB (Red+Green+Blue) = 194+74+94=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 74 (29.30% from 255 or 20.44% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24A5E is #3DB5A1. Grayscale: #707070. Windows color (decimal): -4044194 or 6179522. OLE color: 6179522.

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

Color convert

RGB 194 74 94 -
CMYK 0 0.62 0.52 0.24
HSL 350º 0.5% 0.53% -
HSV(B) 350º 0.62% 0.76% -
XYZ 26.72 17.18 12.5 -
YUV 112.16 117.76 186.37 -
System Red Green Blue C M Y K H S L
Decimal 194 74 94 0 0.62 0.52 0.24 350 0.5 0.53
Hex C2 4A 5E 0 3E 34 18 15E 32 35
Octal 302 112 136 0 76 64 30 536 62 65
Binary 11000010 1001010 1011110 0 111110 110100 11000 101011110 110010 110101

Color Harmonies of #C24A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24A5E

Black with #C24A5E

Text Example


Text Example

White with #C24A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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