Html Css Color HEX #C24954 Mandy

📋 copy color: '#C24954'

red 194 ◦ green 73 ◦ blue 84

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

Shades of Mandy #C24954

Tints of Mandy #C24954

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.8%

 BLUE value IS 84 (33.2% from 255) = 23.93%

R = 55.27%
G = 20.8%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C24954 (or 0xC24954) is known color: Mandy. HEX triplet: C2, 49 and 54. RGB value is (194,73,84). Sum of RGB (Red+Green+Blue) = 194+73+84=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 84 (33.20% from 255 or 23.93% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C24954 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24954 is #3DB6AB. Grayscale: #6E6E6E. Windows color (decimal): -4044460 or 5523906. OLE color: 5523906.

HSL color Cylindrical-coordinate representation of color #C24954: hue angle of 354.55º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C24954 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 73 84 -
CMYK 0 0.62 0.57 0.24
HSL 354.55º 0.5% 0.52% -
HSV(B) 354.55º 0.62% 0.76% -
XYZ 26.23 16.87 10.26 -
YUV 110.43 113.09 187.61 -
System Red Green Blue C M Y K H S L
Decimal 194 73 84 0 0.62 0.57 0.24 354.55 0.5 0.52
Hex C2 49 54 0 3E 39 18 163 32 34
Octal 302 111 124 0 76 71 30 543 62 64
Binary 11000010 1001001 1010100 0 111110 111001 11000 101100011 110010 110100

Color Harmonies of #C24954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24954

Black with #C24954

Text Example


Text Example

White with #C24954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24954; }

 p { color: rgb(194,73,84); }

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

background-color css

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

 a { background-color: rgb(194,73,84); }

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

border-color css

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

 span { border-color: rgb(194,73,84); }

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