Html Css Color HEX #C24350 Mandy

📋 copy color: '#C24350'

red 194 ◦ green 67 ◦ blue 80

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

Shades of Mandy #C24350

Tints of Mandy #C24350

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.65%

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

R = 56.89%
G = 19.65%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C24350 (or 0xC24350) is known color: Mandy. HEX triplet: C2, 43 and 50. RGB value is (194,67,80). Sum of RGB (Red+Green+Blue) = 194+67+80=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C24350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24350 is #3DBCAF. Grayscale: #6A6A6A. Windows color (decimal): -4046000 or 5260226. OLE color: 5260226.

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

Color convert

RGB 194 67 80 -
CMYK 0 0.65 0.59 0.24
HSL 353.86º 0.51% 0.51% -
HSV(B) 353.86º 0.65% 0.76% -
XYZ 25.7 16.06 9.34 -
YUV 106.46 113.08 190.44 -
System Red Green Blue C M Y K H S L
Decimal 194 67 80 0 0.65 0.59 0.24 353.86 0.51 0.51
Hex C2 43 50 0 41 3B 18 162 33 33
Octal 302 103 120 0 101 73 30 542 63 63
Binary 11000010 1000011 1010000 0 1000001 111011 11000 101100010 110011 110011

Color Harmonies of #C24350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24350

Black with #C24350

Text Example


Text Example

White with #C24350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24350; }

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

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

background-color css

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

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

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

border-color css

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

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

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