Html Css Color HEX #C24950 Mandy

📋 copy color: '#C24950'

red 194 ◦ green 73 ◦ blue 80

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

Shades of Mandy #C24950

Tints of Mandy #C24950

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.04%

 BLUE value IS 80 (31.64% from 255) = 23.05%

R = 55.91%
G = 21.04%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C24950 (or 0xC24950) is known color: Mandy. HEX triplet: C2, 49 and 50. RGB value is (194,73,80). Sum of RGB (Red+Green+Blue) = 194+73+80=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C24950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24950 is #3DB6AF. Grayscale: #6E6E6E. Windows color (decimal): -4044464 or 5261762. OLE color: 5261762.

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

Color convert

RGB 194 73 80 -
CMYK 0 0.62 0.59 0.24
HSL 356.53º 0.5% 0.52% -
HSV(B) 356.53º 0.62% 0.76% -
XYZ 26.08 16.81 9.46 -
YUV 109.98 111.09 187.93 -
System Red Green Blue C M Y K H S L
Decimal 194 73 80 0 0.62 0.59 0.24 356.53 0.5 0.52
Hex C2 49 50 0 3E 3B 18 165 32 34
Octal 302 111 120 0 76 73 30 545 62 64
Binary 11000010 1001001 1010000 0 111110 111011 11000 101100101 110010 110100

Color Harmonies of #C24950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24950

Black with #C24950

Text Example


Text Example

White with #C24950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24950; }

 p { color: rgb(194,73,80); }

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

background-color css

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

 a { background-color: rgb(194,73,80); }

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

border-color css

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

 span { border-color: rgb(194,73,80); }

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