#c04d73

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

Shades of Royal Heath #C04D73

Tints of Royal Heath #C04D73

Color information

#C04D73 (or 0xC04D73) is unknown color: approx Royal Heath. HEX triplet: C0, 4D and 73. RGB value is (192,77,115). Sum of RGB (Red+Green+Blue) = 192+77+115=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 77 (30.47% from 255 or 20.05% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04D73 is #3FB28C. Grayscale: #737373. Windows color (decimal): -4174477 or 7556544. OLE color: 7556544.

HSL color Cylindrical-coordinate representation of color #C04D73: hue angle of 340.17º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04D73 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB19277115-
CMYK00.600.400.25
HSL340.17º47.72%52.75%-
HSV(B)340.17º59.9%75.29%-
XYZ27.4917.7518.2-
YUV115.72127.6182.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50%
GREEN value IS 77 (30.47% from 255) = 20.05%
BLUE value IS 115 (45.31% from 255) = 29.95%
R=50%
G=20.05%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927711500.600.400.25340.1747.7252.75
HexC04D7303C28191543035
Octal30011516307450315246065
Binary1100000010011011110011011110010100011001101010100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c04d73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c04d73; }

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

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

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

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

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

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

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

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