#C04760

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

Shades of Blush #C04760

Tints of Blush #C04760

Color information

#C04760 (or 0xC04760) is unknown color: approx Blush. HEX triplet: C0, 47 and 60. RGB value is (192,71,96). Sum of RGB (Red+Green+Blue) = 192+71+96=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 71 (28.12% from 255 or 19.78% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C04760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04760 is #3FB89F. Grayscale: #6E6E6E. Windows color (decimal): -4176032 or 6309824. OLE color: 6309824.

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

Color convert

RGB1927196-
CMYK00.630.500.25
HSL347.6º48.99%51.57%-
HSV(B)347.6º63.02%75.29%-
XYZ26.116.5612.89-
YUV110.03120.09186.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.48%
GREEN value IS 71 (28.12% from 255) = 19.78%
BLUE value IS 96 (37.89% from 255) = 26.74%
R=53.48%
G=19.78%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192719600.630.500.25347.648.9951.57
HexC0476003F321915c3134
Octal30010714007762315346164
Binary1100000010001111100000011111111001011001101011100110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04760; }

 p { color: rgb(192,71,96); }

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

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

 a { background-color: rgb(192,71,96); }

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

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

 span { border-color: rgb(192,71,96); }

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