#C24061

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

Shades of Blush #C24061

Tints of Blush #C24061

Color information

#C24061 (or 0xC24061) is unknown color: approx Blush. HEX triplet: C2, 40 and 61. RGB value is (194,64,97). Sum of RGB (Red+Green+Blue) = 194+64+97=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 97 (38.28% from 255 or 27.32% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C24061 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24061 is #3DBF9E. Grayscale: #6A6A6A. Windows color (decimal): -4046751 or 6373570. OLE color: 6373570.

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

Color convert

RGB1946497-
CMYK00.670.500.24
HSL344.77º51.59%50.59%-
HSV(B)344.77º67.01%76.08%-
XYZ26.241613.01-
YUV106.63122.57190.32-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.65%
GREEN value IS 64 (25.39% from 255) = 18.03%
BLUE value IS 97 (38.28% from 255) = 27.32%
R=54.65%
G=18.03%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194649700.670.500.24344.7751.5950.59
HexC2406104332181593433
Octal302100141010362305316463
Binary11000010100000011000010100001111001011000101011001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24061; }

 p { color: rgb(194,64,97); }

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

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

 a { background-color: rgb(194,64,97); }

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

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

 span { border-color: rgb(194,64,97); }

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