#C04963

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

Shades of Blush #C04963

Tints of Blush #C04963

Color information

#C04963 (or 0xC04963) is unknown color: approx Blush. HEX triplet: C0, 49 and 63. RGB value is (192,73,99). Sum of RGB (Red+Green+Blue) = 192+73+99=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 99 (39.06% from 255 or 27.20% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C04963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04963 is #3FB69C. Grayscale: #6F6F6F. Windows color (decimal): -4175517 or 6506944. OLE color: 6506944.

HSL color Cylindrical-coordinate representation of color #C04963: hue angle of 346.89º 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 #C04963 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB1927399-
CMYK00.620.480.25
HSL346.89º48.57%51.96%-
HSV(B)346.89º61.98%75.29%-
XYZ26.3716.8713.67-
YUV111.54120.92185.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.75%
GREEN value IS 73 (28.91% from 255) = 20.05%
BLUE value IS 99 (39.06% from 255) = 27.20%
R=52.75%
G=20.05%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192739900.620.480.25346.8948.5751.96
HexC0496303E301915b3134
Octal30011114307660315336164
Binary1100000010010011100011011111011000011001101011011110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04963; }

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

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

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

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

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

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

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

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