#C24962

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

Shades of Blush #C24962

Tints of Blush #C24962

Color information

#C24962 (or 0xC24962) is unknown color: approx Blush. HEX triplet: C2, 49 and 62. RGB value is (194,73,98). Sum of RGB (Red+Green+Blue) = 194+73+98=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C24962 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24962 is #3DB69D. Grayscale: #707070. Windows color (decimal): -4044446 or 6441410. OLE color: 6441410.

HSL color Cylindrical-coordinate representation of color #C24962: hue angle of 347.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 #C24962 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB1947398-
CMYK00.620.490.24
HSL347.6º49.79%52.35%-
HSV(B)347.6º62.37%76.08%-
XYZ26.8417.1213.44-
YUV112.03120.09186.47-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.15%
GREEN value IS 73 (28.91% from 255) = 20%
BLUE value IS 98 (38.67% from 255) = 26.85%
R=53.15%
G=20%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194739800.620.490.24347.649.7952.35
HexC2496203E311815c3234
Octal30211114207661305346264
Binary1100001010010011100010011111011000111000101011100110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24962; }

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

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

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

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

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

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

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

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