Html Css Color HEX #C24952 Mandy

📋 copy color: '#C24952'

red 194 ◦ green 73 ◦ blue 82

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

Shades of Mandy #C24952

Tints of Mandy #C24952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.5%

R = 55.59%
G = 20.92%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C24952 (or 0xC24952) is known color: Mandy. HEX triplet: C2, 49 and 52. RGB value is (194,73,82). Sum of RGB (Red+Green+Blue) = 194+73+82=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C24952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24952 is #3DB6AD. Grayscale: #6E6E6E. Windows color (decimal): -4044462 or 5392834. OLE color: 5392834.

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

Color convert

RGB 194 73 82 -
CMYK 0 0.62 0.58 0.24
HSL 355.54º 0.5% 0.52% -
HSV(B) 355.54º 0.62% 0.76% -
XYZ 26.15 16.84 9.86 -
YUV 110.21 112.09 187.77 -
System Red Green Blue C M Y K H S L
Decimal 194 73 82 0 0.62 0.58 0.24 355.54 0.5 0.52
Hex C2 49 52 0 3E 3A 18 164 32 34
Octal 302 111 122 0 76 72 30 544 62 64
Binary 11000010 1001001 1010010 0 111110 111010 11000 101100100 110010 110100

Color Harmonies of #C24952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24952

Black with #C24952

Text Example


Text Example

White with #C24952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24952; }

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

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

background-color css

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

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

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

border-color css

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

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

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