Html Css Color HEX #C24850 Mandy

📋 copy color: '#C24850'

red 194 ◦ green 72 ◦ blue 80

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

Shades of Mandy #C24850

Tints of Mandy #C24850

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.81%

 BLUE value IS 80 (31.64% from 255) = 23.12%

R = 56.07%
G = 20.81%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C24850 (or 0xC24850) is known color: Mandy. HEX triplet: C2, 48 and 50. RGB value is (194,72,80). Sum of RGB (Red+Green+Blue) = 194+72+80=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C24850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24850 is #3DB7AF. Grayscale: #6D6D6D. Windows color (decimal): -4044720 or 5261506. OLE color: 5261506.

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

Color convert

RGB 194 72 80 -
CMYK 0 0.63 0.59 0.24
HSL 356.07º 0.5% 0.52% -
HSV(B) 356.07º 0.63% 0.76% -
XYZ 26.01 16.68 9.44 -
YUV 109.39 111.42 188.35 -
System Red Green Blue C M Y K H S L
Decimal 194 72 80 0 0.63 0.59 0.24 356.07 0.5 0.52
Hex C2 48 50 0 3F 3B 18 164 32 34
Octal 302 110 120 0 77 73 30 544 62 64
Binary 11000010 1001000 1010000 0 111111 111011 11000 101100100 110010 110100

Color Harmonies of #C24850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24850

Black with #C24850

Text Example


Text Example

White with #C24850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24850; }

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

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

background-color css

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

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

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

border-color css

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

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

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