#C05463

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

Shades of Blush #C05463

Tints of Blush #C05463

Color information

#C05463 (or 0xC05463) is unknown color: approx Blush. HEX triplet: C0, 54 and 63. RGB value is (192,84,99). Sum of RGB (Red+Green+Blue) = 192+84+99=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 99 (39.06% from 255 or 26.4% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C05463 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05463 is #3FAB9C. Grayscale: #767676. Windows color (decimal): -4172701 or 6509760. OLE color: 6509760.

HSL color Cylindrical-coordinate representation of color #C05463: hue angle of 351.67º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C05463 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB1928499-
CMYK00.560.480.25
HSL351.67º46.15%54.12%-
HSV(B)351.67º56.25%75.29%-
XYZ27.1618.4513.93-
YUV118117.28180.78-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.2%
GREEN value IS 84 (33.20% from 255) = 22.4%
BLUE value IS 99 (39.06% from 255) = 26.4%
R=51.2%
G=22.4%
B=26.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192849900.560.480.25351.6746.1554.12
HexC0546303830191602e36
Octal30012414307060315405666
Binary1100000010101001100011011100011000011001101100000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05463; }

 p { color: rgb(192,84,99); }

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

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

 a { background-color: rgb(192,84,99); }

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

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

 span { border-color: rgb(192,84,99); }

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