#C14379

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

Shades of Royal Heath #C14379

Tints of Royal Heath #C14379

Color information

#C14379 (or 0xC14379) is unknown color: approx Royal Heath. HEX triplet: C1, 43 and 79. RGB value is (193,67,121). Sum of RGB (Red+Green+Blue) = 193+67+121=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 67 (26.56% from 255 or 17.59% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C14379 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14379 is #3EBC86. Grayscale: #6E6E6E. Windows color (decimal): -4111495 or 7947201. OLE color: 7947201.

HSL color Cylindrical-coordinate representation of color #C14379: hue angle of 334.29º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C14379 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB19367121-
CMYK00.650.370.24
HSL334.29º50.4%50.98%-
HSV(B)334.29º65.28%75.69%-
XYZ27.4516.7319.87-
YUV110.83133.74186.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.66%
GREEN value IS 67 (26.56% from 255) = 17.59%
BLUE value IS 121 (47.66% from 255) = 31.76%
R=50.66%
G=17.59%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936712100.650.370.24334.2950.450.98
HexC14379041251814e3233
Octal301103171010145305166263
Binary11000001100001111110010100000110010111000101001110110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14379; }

 p { color: rgb(193,67,121); }

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

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

 a { background-color: rgb(193,67,121); }

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

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

 span { border-color: rgb(193,67,121); }

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