Html Css Color HEX #C24E63 Blush

📋 copy color: '#C24E63'

red 194 ◦ green 78 ◦ blue 99

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

Shades of Blush #C24E63

Tints of Blush #C24E63

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.02%

 BLUE value IS 99 (39.06% from 255) = 26.68%

R = 52.29%
G = 21.02%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C24E63 (or 0xC24E63) is known color: Blush. HEX triplet: C2, 4E and 63. RGB value is (194,78,99). Sum of RGB (Red+Green+Blue) = 194+78+99=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C24E63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24E63 is #3DB19C. Grayscale: #737373. Windows color (decimal): -4043165 or 6508226. OLE color: 6508226.

HSL color Cylindrical-coordinate representation of color #C24E63: hue angle of 349.14º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C24E63 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 78 99 -
CMYK 0 0.60 0.49 0.24
HSL 349.14º 0.49% 0.53% -
HSV(B) 349.14º 0.6% 0.76% -
XYZ 27.22 17.82 13.81 -
YUV 115.08 118.93 184.29 -
System Red Green Blue C M Y K H S L
Decimal 194 78 99 0 0.60 0.49 0.24 349.14 0.49 0.53
Hex C2 4E 63 0 3C 31 18 15D 31 35
Octal 302 116 143 0 74 61 30 535 61 65
Binary 11000010 1001110 1100011 0 111100 110001 11000 101011101 110001 110101

Color Harmonies of #C24E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24E63

Black with #C24E63

Text Example


Text Example

White with #C24E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24E63; }

 p { color: rgb(194,78,99); }

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

background-color css

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

 a { background-color: rgb(194,78,99); }

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

border-color css

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

 span { border-color: rgb(194,78,99); }

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