Html Css Color HEX #C24549 Mandy

📋 copy color: '#C24549'

red 194 ◦ green 69 ◦ blue 73

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

Shades of Mandy #C24549

Tints of Mandy #C24549

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.54%

 BLUE value IS 73 (28.91% from 255) = 21.73%

R = 57.74%
G = 20.54%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C24549 (or 0xC24549) is known color: Mandy. HEX triplet: C2, 45 and 49. RGB value is (194,69,73). Sum of RGB (Red+Green+Blue) = 194+69+73=336 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.74% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 194 - color contains mainly: red. Hex color #C24549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24549 is #3DBAB6. Grayscale: #6A6A6A. Windows color (decimal): -4045495 or 4801986. OLE color: 4801986.

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

Color convert

RGB 194 69 73 -
CMYK 0 0.64 0.62 0.24
HSL 358.08º 0.51% 0.52% -
HSV(B) 358.08º 0.64% 0.76% -
XYZ 25.58 16.21 8.08 -
YUV 106.83 108.91 190.17 -
System Red Green Blue C M Y K H S L
Decimal 194 69 73 0 0.64 0.62 0.24 358.08 0.51 0.52
Hex C2 45 49 0 40 3E 18 166 33 34
Octal 302 105 111 0 100 76 30 546 63 64
Binary 11000010 1000101 1001001 0 1000000 111110 11000 101100110 110011 110100

Color Harmonies of #C24549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24549

Black with #C24549

Text Example


Text Example

White with #C24549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24549; }

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

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

background-color css

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

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

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

border-color css

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

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

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