Html Css Color HEX #C24B51 Mandy

📋 copy color: '#C24B51'

red 194 ◦ green 75 ◦ blue 81

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

Shades of Mandy #C24B51

Tints of Mandy #C24B51

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.43%

 BLUE value IS 81 (32.03% from 255) = 23.14%

R = 55.43%
G = 21.43%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C24B51 (or 0xC24B51) is known color: Mandy. HEX triplet: C2, 4B and 51. RGB value is (194,75,81). Sum of RGB (Red+Green+Blue) = 194+75+81=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 75 (29.69% from 255 or 21.43% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C24B51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24B51 is #3DB4AE. Grayscale: #6F6F6F. Windows color (decimal): -4043951 or 5327810. OLE color: 5327810.

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

Color convert

RGB 194 75 81 -
CMYK 0 0.61 0.58 0.24
HSL 356.97º 0.49% 0.53% -
HSV(B) 356.97º 0.61% 0.76% -
XYZ 26.25 17.1 9.7 -
YUV 111.27 110.92 187.01 -
System Red Green Blue C M Y K H S L
Decimal 194 75 81 0 0.61 0.58 0.24 356.97 0.49 0.53
Hex C2 4B 51 0 3D 3A 18 165 31 35
Octal 302 113 121 0 75 72 30 545 61 65
Binary 11000010 1001011 1010001 0 111101 111010 11000 101100101 110001 110101

Color Harmonies of #C24B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24B51

Black with #C24B51

Text Example


Text Example

White with #C24B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24B51; }

 p { color: rgb(194,75,81); }

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

background-color css

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

 a { background-color: rgb(194,75,81); }

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

border-color css

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

 span { border-color: rgb(194,75,81); }

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