Html Css Color HEX #C24648 Mandy

📋 copy color: '#C24648'

red 194 ◦ green 70 ◦ blue 72

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

Shades of Mandy #C24648

Tints of Mandy #C24648

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.83%

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

R = 57.74%
G = 20.83%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C24648 (or 0xC24648) is known color: Mandy. HEX triplet: C2, 46 and 48. RGB value is (194,70,72). Sum of RGB (Red+Green+Blue) = 194+70+72=336 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.74% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 194 - color contains mainly: red. Hex color #C24648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24648 is #3DB9B7. Grayscale: #6B6B6B. Windows color (decimal): -4045240 or 4736706. OLE color: 4736706.

HSL color Cylindrical-coordinate representation of color #C24648: hue angle of 359.03º degrees, saturation: 0.5, 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 #C24648 is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 70 72 -
CMYK 0 0.64 0.63 0.24
HSL 359.03º 0.5% 0.52% -
HSV(B) 359.03º 0.64% 0.76% -
XYZ 25.61 16.32 7.93 -
YUV 107.3 108.08 189.84 -
System Red Green Blue C M Y K H S L
Decimal 194 70 72 0 0.64 0.63 0.24 359.03 0.5 0.52
Hex C2 46 48 0 40 3F 18 167 32 34
Octal 302 106 110 0 100 77 30 547 62 64
Binary 11000010 1000110 1001000 0 1000000 111111 11000 101100111 110010 110100

Color Harmonies of #C24648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24648

Black with #C24648

Text Example


Text Example

White with #C24648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24648; }

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

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

background-color css

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

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

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

border-color css

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

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

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