#C74876

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

Shades of Royal Heath #C74876

Tints of Royal Heath #C74876

Color information

#C74876 (or 0xC74876) is unknown color: approx Royal Heath. HEX triplet: C7, 48 and 76. RGB value is (199,72,118). Sum of RGB (Red+Green+Blue) = 199+72+118=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 72 (28.52% from 255 or 18.51% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C74876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74876 is #38B789. Grayscale: #737373. Windows color (decimal): -3717002 or 7751879. OLE color: 7751879.

HSL color Cylindrical-coordinate representation of color #C74876: hue angle of 338.27º 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 #C74876 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB19972118-
CMYK00.640.410.22
HSL338.27º53.14%53.14%-
HSV(B)338.27º63.82%78.04%-
XYZ29.1418.0819.09-
YUV115.22129.58187.76-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.16%
GREEN value IS 72 (28.52% from 255) = 18.51%
BLUE value IS 118 (46.48% from 255) = 30.33%
R=51.16%
G=18.51%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997211800.640.410.22338.2753.1453.14
HexC7487604029161523535
Octal307110166010051265226565
Binary11000111100100011101100100000010100110110101010010110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74876; }

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

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

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

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

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

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

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

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