Html Css Color HEX #C24351 Mandy

📋 copy color: '#C24351'

red 194 ◦ green 67 ◦ blue 81

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

Shades of Mandy #C24351

Tints of Mandy #C24351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.68%

R = 56.73%
G = 19.59%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C24351 (or 0xC24351) is known color: Mandy. HEX triplet: C2, 43 and 51. RGB value is (194,67,81). Sum of RGB (Red+Green+Blue) = 194+67+81=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C24351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24351 is #3DBCAE. Grayscale: #6A6A6A. Windows color (decimal): -4045999 or 5325762. OLE color: 5325762.

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

Color convert

RGB 194 67 81 -
CMYK 0 0.65 0.58 0.24
HSL 353.39º 0.51% 0.51% -
HSV(B) 353.39º 0.65% 0.76% -
XYZ 25.74 16.08 9.53 -
YUV 106.57 113.58 190.36 -
System Red Green Blue C M Y K H S L
Decimal 194 67 81 0 0.65 0.58 0.24 353.39 0.51 0.51
Hex C2 43 51 0 41 3A 18 161 33 33
Octal 302 103 121 0 101 72 30 541 63 63
Binary 11000010 1000011 1010001 0 1000001 111010 11000 101100001 110011 110011

Color Harmonies of #C24351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24351

Black with #C24351

Text Example


Text Example

White with #C24351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24351; }

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

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

background-color css

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

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

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

border-color css

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

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

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