#C74276

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

Shades of Royal Heath #C74276

Tints of Royal Heath #C74276

Color information

#C74276 (or 0xC74276) is unknown color: approx Royal Heath. HEX triplet: C7, 42 and 76. RGB value is (199,66,118). Sum of RGB (Red+Green+Blue) = 199+66+118=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C74276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74276 is #38BD89. Grayscale: #6F6F6F. Windows color (decimal): -3718538 or 7750343. OLE color: 7750343.

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

Color convert

RGB19966118-
CMYK00.670.410.22
HSL336.54º54.29%51.96%-
HSV(B)336.54º66.83%78.04%-
XYZ28.7717.3518.97-
YUV111.7131.56190.27-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.96%
GREEN value IS 66 (26.17% from 255) = 17.23%
BLUE value IS 118 (46.48% from 255) = 30.81%
R=51.96%
G=17.23%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996611800.670.410.22336.5454.2951.96
HexC7427604329161513634
Octal307102166010351265216664
Binary11000111100001011101100100001110100110110101010001110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74276; }

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

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

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

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

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

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

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

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