Html Css Color HEX #C24F5D Mandy

📋 copy color: '#C24F5D'

red 194 ◦ green 79 ◦ blue 93

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

Shades of Mandy #C24F5D

Tints of Mandy #C24F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.41%

R = 53.01%
G = 21.58%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C24F5D (or 0xC24F5D) is known color: Mandy. HEX triplet: C2, 4F and 5D. RGB value is (194,79,93). Sum of RGB (Red+Green+Blue) = 194+79+93=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 79 (31.25% from 255 or 21.58% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24F5D is #3DB0A2. Grayscale: #737373. Windows color (decimal): -4042915 or 6115266. OLE color: 6115266.

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

Color convert

RGB 194 79 93 -
CMYK 0 0.59 0.52 0.24
HSL 352.7º 0.49% 0.54% -
HSV(B) 352.7º 0.59% 0.76% -
XYZ 27.02 17.85 12.38 -
YUV 114.98 115.6 184.36 -
System Red Green Blue C M Y K H S L
Decimal 194 79 93 0 0.59 0.52 0.24 352.7 0.49 0.54
Hex C2 4F 5D 0 3B 34 18 161 31 36
Octal 302 117 135 0 73 64 30 541 61 66
Binary 11000010 1001111 1011101 0 111011 110100 11000 101100001 110001 110110

Color Harmonies of #C24F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24F5D

Black with #C24F5D

Text Example


Text Example

White with #C24F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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