#c24265

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

Shades of Blush #C24265

Tints of Blush #C24265

Color information

#C24265 (or 0xC24265) is unknown color: approx Blush. HEX triplet: C2, 42 and 65. RGB value is (194,66,101). Sum of RGB (Red+Green+Blue) = 194+66+101=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C24265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24265 is #3DBD9A. Grayscale: #6C6C6C. Windows color (decimal): -4046235 or 6636226. OLE color: 6636226.

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

Color convert

RGB19466101-
CMYK00.660.480.24
HSL343.59º51.2%50.98%-
HSV(B)343.59º65.98%76.08%-
XYZ26.5516.3114.06-
YUV108.26123.91189.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.74%
GREEN value IS 66 (26.17% from 255) = 18.28%
BLUE value IS 101 (39.84% from 255) = 27.98%
R=53.74%
G=18.28%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946610100.660.480.24343.5951.250.98
HexC2426504230181583333
Octal302102145010260305306363
Binary11000010100001011001010100001011000011000101011000110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c24265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c24265; }

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

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

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

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

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

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

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

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