#C74076

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

Shades of Royal Heath #C74076

Tints of Royal Heath #C74076

Color information

#C74076 (or 0xC74076) is unknown color: approx Royal Heath. HEX triplet: C7, 40 and 76. RGB value is (199,64,118). Sum of RGB (Red+Green+Blue) = 199+64+118=381 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.23% from 381); Green value is 64 (25.39% from 255 or 16.80% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 199 - color contains mainly: red. Hex color #C74076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74076 is #38BF89. Grayscale: #6E6E6E. Windows color (decimal): -3719050 or 7749831. OLE color: 7749831.

HSL color Cylindrical-coordinate representation of color #C74076: hue angle of 336º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C74076 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB19964118-
CMYK00.680.410.22
HSL336º54.66%51.57%-
HSV(B)336º67.84%78.04%-
XYZ28.6617.1218.93-
YUV110.52132.23191.11-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 52.23%
GREEN value IS 64 (25.39% from 255) = 16.80%
BLUE value IS 118 (46.48% from 255) = 30.97%
R=52.23%
G=16.80%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996411800.680.410.2233654.6651.57
HexC7407604429161503734
Octal307100166010451265206764
Binary11000111100000011101100100010010100110110101010000110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74076; }

 p { color: rgb(199,64,118); }

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

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

 a { background-color: rgb(199,64,118); }

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

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

 span { border-color: rgb(199,64,118); }

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