#C24365

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

Shades of Blush #C24365

Tints of Blush #C24365

Color information

#C24365 (or 0xC24365) is unknown color: approx Blush. HEX triplet: C2, 43 and 65. RGB value is (194,67,101). Sum of RGB (Red+Green+Blue) = 194+67+101=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 67 (26.56% from 255 or 18.51% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C24365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24365 is #3DBC9A. Grayscale: #6C6C6C. Windows color (decimal): -4045979 or 6636482. OLE color: 6636482.

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

Color convert

RGB19467101-
CMYK00.650.480.24
HSL343.94º51%51.18%-
HSV(B)343.94º65.46%76.08%-
XYZ26.616.4214.08-
YUV108.85123.58188.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.59%
GREEN value IS 67 (26.56% from 255) = 18.51%
BLUE value IS 101 (39.84% from 255) = 27.90%
R=53.59%
G=18.51%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946710100.650.480.24343.945151.18
HexC2436504130181583333
Octal302103145010160305306363
Binary11000010100001111001010100000111000011000101011000110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24365; }

 p { color: rgb(194,67,101); }

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

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

 a { background-color: rgb(194,67,101); }

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

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

 span { border-color: rgb(194,67,101); }

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