#C73C74

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

Shades of Royal Heath #C73C74

Tints of Royal Heath #C73C74

Color information

#C73C74 (or 0xC73C74) is unknown color: approx Royal Heath. HEX triplet: C7, 3C and 74. RGB value is (199,60,116). Sum of RGB (Red+Green+Blue) = 199+60+116=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C73C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73C74 is #38C38B. Grayscale: #6B6B6B. Windows color (decimal): -3720076 or 7617735. OLE color: 7617735.

HSL color Cylindrical-coordinate representation of color #C73C74: hue angle of 335.83º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C73C74 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB19960116-
CMYK00.700.420.22
HSL335.83º55.38%50.78%-
HSV(B)335.83º69.85%78.04%-
XYZ28.3216.6318.24-
YUV107.94132.55192.95-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.07%
GREEN value IS 60 (23.83% from 255) = 16%
BLUE value IS 116 (45.70% from 255) = 30.93%
R=53.07%
G=16%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996011600.700.420.22335.8355.3850.78
HexC73C740462A161503733
Octal30774164010652265206763
Binary1100011111110011101000100011010101010110101010000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73C74; }

 p { color: rgb(199,60,116); }

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

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

 a { background-color: rgb(199,60,116); }

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

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

 span { border-color: rgb(199,60,116); }

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