#C14A79

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

Shades of Royal Heath #C14A79

Tints of Royal Heath #C14A79

Color information

#C14A79 (or 0xC14A79) is unknown color: approx Royal Heath. HEX triplet: C1, 4A and 79. RGB value is (193,74,121). Sum of RGB (Red+Green+Blue) = 193+74+121=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 74 (29.30% from 255 or 19.07% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C14A79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14A79 is #3EB586. Grayscale: #727272. Windows color (decimal): -4109703 or 7948993. OLE color: 7948993.

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

Color convert

RGB19374121-
CMYK00.620.370.24
HSL336.3º48.97%52.35%-
HSV(B)336.3º61.66%75.69%-
XYZ27.8917.6220.02-
YUV114.94131.42183.68-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.74%
GREEN value IS 74 (29.30% from 255) = 19.07%
BLUE value IS 121 (47.66% from 255) = 31.19%
R=49.74%
G=19.07%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937412100.620.370.24336.348.9752.35
HexC14A7903E25181503134
Octal30111217107645305206164
Binary1100000110010101111001011111010010111000101010000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14A79; }

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

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

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

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

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

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

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

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