Html Css Color HEX #C24C4D Mandy

📋 copy color: '#C24C4D'

red 194 ◦ green 76 ◦ blue 77

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

Shades of Mandy #C24C4D

Tints of Mandy #C24C4D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.9%

 BLUE value IS 77 (30.47% from 255) = 22.19%

R = 55.91%
G = 21.9%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C24C4D (or 0xC24C4D) is known color: Mandy. HEX triplet: C2, 4C and 4D. RGB value is (194,76,77). Sum of RGB (Red+Green+Blue) = 194+76+77=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24C4D is #3DB3B2. Grayscale: #6F6F6F. Windows color (decimal): -4043699 or 5065922. OLE color: 5065922.

HSL color Cylindrical-coordinate representation of color #C24C4D: hue angle of 359.49º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C24C4D is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 76 77 -
CMYK 0 0.61 0.60 0.24
HSL 359.49º 0.49% 0.53% -
HSV(B) 359.49º 0.61% 0.76% -
XYZ 26.17 17.17 8.96 -
YUV 111.4 108.59 186.92 -
System Red Green Blue C M Y K H S L
Decimal 194 76 77 0 0.61 0.60 0.24 359.49 0.49 0.53
Hex C2 4C 4D 0 3D 3C 18 167 31 35
Octal 302 114 115 0 75 74 30 547 61 65
Binary 11000010 1001100 1001101 0 111101 111100 11000 101100111 110001 110101

Color Harmonies of #C24C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24C4D

Black with #C24C4D

Text Example


Text Example

White with #C24C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24C4D; }

 p { color: rgb(194,76,77); }

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

background-color css

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

 a { background-color: rgb(194,76,77); }

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

border-color css

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

 span { border-color: rgb(194,76,77); }

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