#C04860

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

Shades of Blush #C04860

Tints of Blush #C04860

Color information

#C04860 (or 0xC04860) is unknown color: approx Blush. HEX triplet: C0, 48 and 60. RGB value is (192,72,96). Sum of RGB (Red+Green+Blue) = 192+72+96=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C04860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04860 is #3FB79F. Grayscale: #6E6E6E. Windows color (decimal): -4175776 or 6310080. OLE color: 6310080.

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

Color convert

RGB1927296-
CMYK00.630.500.25
HSL348º48.78%51.76%-
HSV(B)348º62.5%75.29%-
XYZ26.1716.6912.91-
YUV110.62119.76186.05-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.33%
GREEN value IS 72 (28.52% from 255) = 20%
BLUE value IS 96 (37.89% from 255) = 26.67%
R=53.33%
G=20%
B=26.67%

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
Decimal192729600.630.500.2534848.7851.76
HexC0486003F321915c3134
Octal30011014007762315346164
Binary1100000010010001100000011111111001011001101011100110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04860; }

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

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

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

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

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

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

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

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