Html Css Color HEX #C24254 Mandy

📋 copy color: '#C24254'

red 194 ◦ green 66 ◦ blue 84

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

Shades of Mandy #C24254

Tints of Mandy #C24254

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.19%

 BLUE value IS 84 (33.2% from 255) = 24.42%

R = 56.4%
G = 19.19%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C24254 (or 0xC24254) is known color: Mandy. HEX triplet: C2, 42 and 54. RGB value is (194,66,84). Sum of RGB (Red+Green+Blue) = 194+66+84=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 84 (33.20% from 255 or 24.42% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C24254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24254 is #3DBDAB. Grayscale: #6A6A6A. Windows color (decimal): -4046252 or 5522114. OLE color: 5522114.

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

Color convert

RGB 194 66 84 -
CMYK 0 0.66 0.57 0.24
HSL 351.56º 0.51% 0.51% -
HSV(B) 351.56º 0.66% 0.76% -
XYZ 25.8 16.01 10.12 -
YUV 106.32 115.41 190.54 -
System Red Green Blue C M Y K H S L
Decimal 194 66 84 0 0.66 0.57 0.24 351.56 0.51 0.51
Hex C2 42 54 0 42 39 18 160 33 33
Octal 302 102 124 0 102 71 30 540 63 63
Binary 11000010 1000010 1010100 0 1000010 111001 11000 101100000 110011 110011

Color Harmonies of #C24254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24254

Black with #C24254

Text Example


Text Example

White with #C24254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24254; }

 p { color: rgb(194,66,84); }

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

background-color css

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

 a { background-color: rgb(194,66,84); }

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

border-color css

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

 span { border-color: rgb(194,66,84); }

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