#c24c64

Color #C24C64 Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blush #C24C64

Tints of Blush #C24C64

Color information

#C24C64 (or 0xC24C64) is unknown color: approx Blush. HEX triplet: C2, 4C and 64. RGB value is (194,76,100). Sum of RGB (Red+Green+Blue) = 194+76+100=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 100 (39.45% from 255 or 27.03% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24C64 is #3DB39B. Grayscale: #727272. Windows color (decimal): -4043676 or 6573250. OLE color: 6573250.

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

Color convert

RGB19476100-
CMYK00.610.480.24
HSL347.8º49.17%52.94%-
HSV(B)347.8º60.82%76.08%-
XYZ27.1317.5614.02-
YUV114.02120.09185.05-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.43%
GREEN value IS 76 (30.08% from 255) = 20.54%
BLUE value IS 100 (39.45% from 255) = 27.03%
R=52.43%
G=20.54%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947610000.610.480.24347.849.1752.94
HexC24C6403D301815c3135
Octal30211414407560305346165
Binary1100001010011001100100011110111000011000101011100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c24c64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c24c64; }

 p { color: rgb(194,76,100); }

 H1.HeaderClassName
 {
   color: #c24c64;
 }
 .AnyTagClassName
 {
   color: #c24c64;
 }
</style>
background-color css

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

 a { background-color: rgb(194,76,100); }

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

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

 span { border-color: rgb(194,76,100); }

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