#C74774

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

Shades of Royal Heath #C74774

Tints of Royal Heath #C74774

Color information

#C74774 (or 0xC74774) is unknown color: approx Royal Heath. HEX triplet: C7, 47 and 74. RGB value is (199,71,116). Sum of RGB (Red+Green+Blue) = 199+71+116=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 71 (28.12% from 255 or 18.39% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C74774 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74774 is #38B88B. Grayscale: #727272. Windows color (decimal): -3717260 or 7620551. OLE color: 7620551.

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

Color convert

RGB19971116-
CMYK00.640.420.22
HSL338.91º53.33%52.94%-
HSV(B)338.91º64.32%78.04%-
XYZ28.9617.9118.45-
YUV114.4128.91188.34-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.55%
GREEN value IS 71 (28.12% from 255) = 18.39%
BLUE value IS 116 (45.70% from 255) = 30.05%
R=51.55%
G=18.39%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997111600.640.420.22338.9153.3352.94
HexC747740402A161533535
Octal307107164010052265236565
Binary11000111100011111101000100000010101010110101010011110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74774; }

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

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

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

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

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

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

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

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