#C04573

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

Shades of Royal Heath #C04573

Tints of Royal Heath #C04573

Color information

#C04573 (or 0xC04573) is unknown color: approx Royal Heath. HEX triplet: C0, 45 and 73. RGB value is (192,69,115). Sum of RGB (Red+Green+Blue) = 192+69+115=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 69 (27.34% from 255 or 18.35% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C04573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04573 is #3FBA8C. Grayscale: #6E6E6E. Windows color (decimal): -4176525 or 7554496. OLE color: 7554496.

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

Color convert

RGB19269115-
CMYK00.640.400.25
HSL337.56º49.4%51.18%-
HSV(B)337.56º64.06%75.29%-
XYZ26.9616.718.02-
YUV111.02130.25185.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.06%
GREEN value IS 69 (27.34% from 255) = 18.35%
BLUE value IS 115 (45.31% from 255) = 30.59%
R=51.06%
G=18.35%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926911500.640.400.25337.5649.451.18
HexC0457304028191523133
Octal300105163010050315226163
Binary11000000100010111100110100000010100011001101010010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04573; }

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

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

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

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

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

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

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

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