Html Css Color HEX #C24E62 Blush

📋 copy color: '#C24E62'

red 194 ◦ green 78 ◦ blue 98

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

Shades of Blush #C24E62

Tints of Blush #C24E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.49%

R = 52.43%
G = 21.08%
B = 26.49%

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

#C24E62 (or 0xC24E62) is known color: Blush. HEX triplet: C2, 4E and 62. RGB value is (194,78,98). Sum of RGB (Red+Green+Blue) = 194+78+98=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 98 (38.67% from 255 or 26.49% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C24E62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24E62 is #3DB19D. Grayscale: #737373. Windows color (decimal): -4043166 or 6442690. OLE color: 6442690.

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

Color convert

RGB 194 78 98 -
CMYK 0 0.60 0.49 0.24
HSL 349.66º 0.49% 0.53% -
HSV(B) 349.66º 0.6% 0.76% -
XYZ 27.18 17.8 13.56 -
YUV 114.96 118.43 184.37 -
System Red Green Blue C M Y K H S L
Decimal 194 78 98 0 0.60 0.49 0.24 349.66 0.49 0.53
Hex C2 4E 62 0 3C 31 18 15E 31 35
Octal 302 116 142 0 74 61 30 536 61 65
Binary 11000010 1001110 1100010 0 111100 110001 11000 101011110 110001 110101

Color Harmonies of #C24E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24E62

Black with #C24E62

Text Example


Text Example

White with #C24E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24E62; }

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

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

background-color css

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

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

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

border-color css

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

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

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