#C24E64

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

Shades of Blush #C24E64

Tints of Blush #C24E64

Color information

#C24E64 (or 0xC24E64) is unknown color: approx Blush. HEX triplet: C2, 4E and 64. RGB value is (194,78,100). Sum of RGB (Red+Green+Blue) = 194+78+100=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 78 (30.86% from 255 or 20.97% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C24E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24E64 is #3DB19B. Grayscale: #737373. Windows color (decimal): -4043164 or 6573762. OLE color: 6573762.

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

Color convert

RGB19478100-
CMYK00.600.480.24
HSL348.62º48.74%53.33%-
HSV(B)348.62º59.79%76.08%-
XYZ27.2717.8414.06-
YUV115.19119.43184.21-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.15%
GREEN value IS 78 (30.86% from 255) = 20.97%
BLUE value IS 100 (39.45% from 255) = 26.88%
R=52.15%
G=20.97%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947810000.600.480.24348.6248.7453.33
HexC24E6403C301815d3135
Octal30211614407460305356165
Binary1100001010011101100100011110011000011000101011101110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24E64; }

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

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

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

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

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

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

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

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