#C74376

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

Shades of Royal Heath #C74376

Tints of Royal Heath #C74376

Color information

#C74376 (or 0xC74376) is unknown color: approx Royal Heath. HEX triplet: C7, 43 and 76. RGB value is (199,67,118). Sum of RGB (Red+Green+Blue) = 199+67+118=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 67 (26.56% from 255 or 17.45% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C74376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74376 is #38BC89. Grayscale: #707070. Windows color (decimal): -3718282 or 7750599. OLE color: 7750599.

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

Color convert

RGB19967118-
CMYK00.660.410.22
HSL336.82º54.1%52.16%-
HSV(B)336.82º66.33%78.04%-
XYZ28.8317.4618.99-
YUV112.28131.23189.85-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.82%
GREEN value IS 67 (26.56% from 255) = 17.45%
BLUE value IS 118 (46.48% from 255) = 30.73%
R=51.82%
G=17.45%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996711800.660.410.22336.8254.152.16
HexC7437604229161513634
Octal307103166010251265216664
Binary11000111100001111101100100001010100110110101010001110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74376; }

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

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

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

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

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

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

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

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