Html Css Color HEX #C24F5F Mandy

📋 copy color: '#C24F5F'

red 194 ◦ green 79 ◦ blue 95

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

Shades of Mandy #C24F5F

Tints of Mandy #C24F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.82%

R = 52.72%
G = 21.47%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C24F5F (or 0xC24F5F) is known color: Mandy. HEX triplet: C2, 4F and 5F. RGB value is (194,79,95). Sum of RGB (Red+Green+Blue) = 194+79+95=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 79 (31.25% from 255 or 21.47% from 368); Blue value is 95 (37.5% from 255 or 25.82% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24F5F is #3DB0A0. Grayscale: #737373. Windows color (decimal): -4042913 or 6246338. OLE color: 6246338.

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

Color convert

RGB 194 79 95 -
CMYK 0 0.59 0.51 0.24
HSL 351.65º 0.49% 0.54% -
HSV(B) 351.65º 0.59% 0.76% -
XYZ 27.11 17.89 12.85 -
YUV 115.21 116.6 184.2 -
System Red Green Blue C M Y K H S L
Decimal 194 79 95 0 0.59 0.51 0.24 351.65 0.49 0.54
Hex C2 4F 5F 0 3B 33 18 160 31 36
Octal 302 117 137 0 73 63 30 540 61 66
Binary 11000010 1001111 1011111 0 111011 110011 11000 101100000 110001 110110

Color Harmonies of #C24F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24F5F

Black with #C24F5F

Text Example


Text Example

White with #C24F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24F5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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