Html Css Color HEX #C24F5C Mandy

📋 copy color: '#C24F5C'

red 194 ◦ green 79 ◦ blue 92

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

Shades of Mandy #C24F5C

Tints of Mandy #C24F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.21%

R = 53.15%
G = 21.64%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C24F5C (or 0xC24F5C) is known color: Mandy. HEX triplet: C2, 4F and 5C. RGB value is (194,79,92). Sum of RGB (Red+Green+Blue) = 194+79+92=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24F5C is #3DB0A3. Grayscale: #727272. Windows color (decimal): -4042916 or 6049730. OLE color: 6049730.

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

Color convert

RGB 194 79 92 -
CMYK 0 0.59 0.53 0.24
HSL 353.22º 0.49% 0.54% -
HSV(B) 353.22º 0.59% 0.76% -
XYZ 26.98 17.83 12.15 -
YUV 114.87 115.1 184.44 -
System Red Green Blue C M Y K H S L
Decimal 194 79 92 0 0.59 0.53 0.24 353.22 0.49 0.54
Hex C2 4F 5C 0 3B 35 18 161 31 36
Octal 302 117 134 0 73 65 30 541 61 66
Binary 11000010 1001111 1011100 0 111011 110101 11000 101100001 110001 110110

Color Harmonies of #C24F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24F5C

Black with #C24F5C

Text Example


Text Example

White with #C24F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24F5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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