Html Css Color HEX #C24748 Mandy

📋 copy color: '#C24748'

red 194 ◦ green 71 ◦ blue 72

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

Shades of Mandy #C24748

Tints of Mandy #C24748

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.07%

 BLUE value IS 72 (28.52% from 255) = 21.36%

R = 57.57%
G = 21.07%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C24748 (or 0xC24748) is known color: Mandy. HEX triplet: C2, 47 and 48. RGB value is (194,71,72). Sum of RGB (Red+Green+Blue) = 194+71+72=337 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.57% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 194 - color contains mainly: red. Hex color #C24748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24748 is #3DB8B7. Grayscale: #6C6C6C. Windows color (decimal): -4044984 or 4736962. OLE color: 4736962.

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

Color convert

RGB 194 71 72 -
CMYK 0 0.63 0.63 0.24
HSL 359.51º 0.5% 0.52% -
HSV(B) 359.51º 0.63% 0.76% -
XYZ 25.67 16.44 7.95 -
YUV 107.89 107.75 189.42 -
System Red Green Blue C M Y K H S L
Decimal 194 71 72 0 0.63 0.63 0.24 359.51 0.5 0.52
Hex C2 47 48 0 3F 3F 18 168 32 34
Octal 302 107 110 0 77 77 30 550 62 64
Binary 11000010 1000111 1001000 0 111111 111111 11000 101101000 110010 110100

Color Harmonies of #C24748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24748

Black with #C24748

Text Example


Text Example

White with #C24748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24748; }

 p { color: rgb(194,71,72); }

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

background-color css

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

 a { background-color: rgb(194,71,72); }

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

border-color css

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

 span { border-color: rgb(194,71,72); }

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