#C24960

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

Shades of Blush #C24960

Tints of Blush #C24960

Color information

#C24960 (or 0xC24960) is unknown color: approx Blush. HEX triplet: C2, 49 and 60. RGB value is (194,73,96). Sum of RGB (Red+Green+Blue) = 194+73+96=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C24960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24960 is #3DB69F. Grayscale: #6F6F6F. Windows color (decimal): -4044448 or 6310338. OLE color: 6310338.

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

Color convert

RGB1947396-
CMYK00.620.510.24
HSL348.6º49.79%52.35%-
HSV(B)348.6º62.37%76.08%-
XYZ26.7417.0812.95-
YUV111.8119.09186.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.44%
GREEN value IS 73 (28.91% from 255) = 20.11%
BLUE value IS 96 (37.89% from 255) = 26.45%
R=53.44%
G=20.11%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194739600.620.510.24348.649.7952.35
HexC2496003E331815d3234
Octal30211114007663305356264
Binary1100001010010011100000011111011001111000101011101110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24960; }

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

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

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

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

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

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

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

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