#C24C65

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

Shades of Blush #C24C65

Tints of Blush #C24C65

Color information

#C24C65 (or 0xC24C65) is unknown color: approx Blush. HEX triplet: C2, 4C and 65. RGB value is (194,76,101). Sum of RGB (Red+Green+Blue) = 194+76+101=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24C65 is #3DB39A. Grayscale: #727272. Windows color (decimal): -4043675 or 6638786. OLE color: 6638786.

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

Color convert

RGB19476101-
CMYK00.610.480.24
HSL347.29º49.17%52.94%-
HSV(B)347.29º60.82%76.08%-
XYZ27.1817.5814.27-
YUV114.13120.59184.97-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.29%
GREEN value IS 76 (30.08% from 255) = 20.49%
BLUE value IS 101 (39.84% from 255) = 27.22%
R=52.29%
G=20.49%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947610100.610.480.24347.2949.1752.94
HexC24C6503D301815b3135
Octal30211414507560305336165
Binary1100001010011001100101011110111000011000101011011110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24C65; }

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

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

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

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

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

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

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

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