Html Css Color HEX #C24A63 Blush

📋 copy color: '#C24A63'

red 194 ◦ green 74 ◦ blue 99

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

Shades of Blush #C24A63

Tints of Blush #C24A63

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.16%

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

R = 52.86%
G = 20.16%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C24A63 (or 0xC24A63) is known color: Blush. HEX triplet: C2, 4A and 63. RGB value is (194,74,99). Sum of RGB (Red+Green+Blue) = 194+74+99=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 99 (39.06% from 255 or 26.98% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24A63 is #3DB59C. Grayscale: #707070. Windows color (decimal): -4044189 or 6507202. OLE color: 6507202.

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

Color convert

RGB 194 74 99 -
CMYK 0 0.62 0.49 0.24
HSL 347.5º 0.5% 0.53% -
HSV(B) 347.5º 0.62% 0.76% -
XYZ 26.95 17.27 13.72 -
YUV 112.73 120.26 185.97 -
System Red Green Blue C M Y K H S L
Decimal 194 74 99 0 0.62 0.49 0.24 347.5 0.5 0.53
Hex C2 4A 63 0 3E 31 18 15C 32 35
Octal 302 112 143 0 76 61 30 534 62 65
Binary 11000010 1001010 1100011 0 111110 110001 11000 101011100 110010 110101

Color Harmonies of #C24A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24A63

Black with #C24A63

Text Example


Text Example

White with #C24A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24A63; }

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

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

background-color css

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

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

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

border-color css

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

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

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