#C0496B

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

Shades of Blush #C0496B

Tints of Blush #C0496B

Color information

#C0496B (or 0xC0496B) is unknown color: approx Blush. HEX triplet: C0, 49 and 6B. RGB value is (192,73,107). Sum of RGB (Red+Green+Blue) = 192+73+107=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C0496B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0496B is #3FB694. Grayscale: #707070. Windows color (decimal): -4175509 or 7031232. OLE color: 7031232.

HSL color Cylindrical-coordinate representation of color #C0496B: hue angle of 342.86º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0496B is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB19273107-
CMYK00.620.440.25
HSL342.86º48.57%51.96%-
HSV(B)342.86º61.98%75.29%-
XYZ26.7717.0315.79-
YUV112.46124.92184.74-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.61%
GREEN value IS 73 (28.91% from 255) = 19.62%
BLUE value IS 107 (42.19% from 255) = 28.76%
R=51.61%
G=19.62%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927310700.620.440.25342.8648.5751.96
HexC0496B03E2C191573134
Octal30011115307654315276164
Binary1100000010010011101011011111010110011001101010111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0496B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0496B; }

 p { color: rgb(192,73,107); }

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

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

 a { background-color: rgb(192,73,107); }

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

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

 span { border-color: rgb(192,73,107); }

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