#C04560

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

Shades of Blush #C04560

Tints of Blush #C04560

Color information

#C04560 (or 0xC04560) is unknown color: approx Blush. HEX triplet: C0, 45 and 60. RGB value is (192,69,96). Sum of RGB (Red+Green+Blue) = 192+69+96=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C04560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04560 is #3FBA9F. Grayscale: #6C6C6C. Windows color (decimal): -4176544 or 6309312. OLE color: 6309312.

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

Color convert

RGB1926996-
CMYK00.640.500.25
HSL346.83º49.4%51.18%-
HSV(B)346.83º64.06%75.29%-
XYZ25.9816.3112.84-
YUV108.86120.75187.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.78%
GREEN value IS 69 (27.34% from 255) = 19.33%
BLUE value IS 96 (37.89% from 255) = 26.89%
R=53.78%
G=19.33%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192699600.640.500.25346.8349.451.18
HexC04560040321915b3133
Octal300105140010062315336163
Binary11000000100010111000000100000011001011001101011011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04560; }

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

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

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

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

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

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

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

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