Html Css Color HEX #C24C4E Mandy

📋 copy color: '#C24C4E'

red 194 ◦ green 76 ◦ blue 78

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

Shades of Mandy #C24C4E

Tints of Mandy #C24C4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.41%

R = 55.75%
G = 21.84%
B = 22.41%

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

#C24C4E (or 0xC24C4E) is known color: Mandy. HEX triplet: C2, 4C and 4E. RGB value is (194,76,78). Sum of RGB (Red+Green+Blue) = 194+76+78=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24C4E is #3DB3B1. Grayscale: #6F6F6F. Windows color (decimal): -4043698 or 5131458. OLE color: 5131458.

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

Color convert

RGB 194 76 78 -
CMYK 0 0.61 0.60 0.24
HSL 358.98º 0.49% 0.53% -
HSV(B) 358.98º 0.61% 0.76% -
XYZ 26.21 17.19 9.14 -
YUV 111.51 109.09 186.84 -
System Red Green Blue C M Y K H S L
Decimal 194 76 78 0 0.61 0.60 0.24 358.98 0.49 0.53
Hex C2 4C 4E 0 3D 3C 18 167 31 35
Octal 302 114 116 0 75 74 30 547 61 65
Binary 11000010 1001100 1001110 0 111101 111100 11000 101100111 110001 110101

Color Harmonies of #C24C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24C4E

Black with #C24C4E

Text Example


Text Example

White with #C24C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24C4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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