#C24860

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

Shades of Blush #C24860

Tints of Blush #C24860

Color information

#C24860 (or 0xC24860) is unknown color: approx Blush. HEX triplet: C2, 48 and 60. RGB value is (194,72,96). Sum of RGB (Red+Green+Blue) = 194+72+96=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C24860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24860 is #3DB79F. Grayscale: #6F6F6F. Windows color (decimal): -4044704 or 6310082. OLE color: 6310082.

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

Color convert

RGB1947296-
CMYK00.630.510.24
HSL348.2º50%52.16%-
HSV(B)348.2º62.89%76.08%-
XYZ26.6816.9512.93-
YUV111.21119.42187.05-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.59%
GREEN value IS 72 (28.52% from 255) = 19.89%
BLUE value IS 96 (37.89% from 255) = 26.52%
R=53.59%
G=19.89%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194729600.630.510.24348.25052.16
HexC2486003F331815c3234
Octal30211014007763305346264
Binary1100001010010001100000011111111001111000101011100110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24860; }

 p { color: rgb(194,72,96); }

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

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

 a { background-color: rgb(194,72,96); }

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

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

 span { border-color: rgb(194,72,96); }

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