#C73A6D

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

Shades of Royal Heath #C73A6D

Tints of Royal Heath #C73A6D

Color information

#C73A6D (or 0xC73A6D) is unknown color: approx Royal Heath. HEX triplet: C7, 3A and 6D. RGB value is (199,58,109). Sum of RGB (Red+Green+Blue) = 199+58+109=366 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.37% from 366); Green value is 58 (23.05% from 255 or 15.85% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 199 - color contains mainly: red. Hex color #C73A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73A6D is #38C592. Grayscale: #696969. Windows color (decimal): -3720595 or 7158471. OLE color: 7158471.

HSL color Cylindrical-coordinate representation of color #C73A6D: hue angle of 338.3º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C73A6D is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB19958109-
CMYK00.710.450.22
HSL338.3º55.73%50.39%-
HSV(B)338.3º70.85%78.04%-
XYZ27.8316.2716.14-
YUV105.97129.71194.35-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 54.37%
GREEN value IS 58 (23.05% from 255) = 15.85%
BLUE value IS 109 (42.97% from 255) = 29.78%
R=54.37%
G=15.85%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1995810900.710.450.22338.355.7350.39
HexC73A6D0472D161523832
Octal30772155010755265227062
Binary1100011111101011011010100011110110110110101010010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73A6D; }

 p { color: rgb(199,58,109); }

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

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

 a { background-color: rgb(199,58,109); }

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

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

 span { border-color: rgb(199,58,109); }

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