#C14C74

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

Shades of Royal Heath #C14C74

Tints of Royal Heath #C14C74

Color information

#C14C74 (or 0xC14C74) is unknown color: approx Royal Heath. HEX triplet: C1, 4C and 74. RGB value is (193,76,116). Sum of RGB (Red+Green+Blue) = 193+76+116=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14C74 is #3EB38B. Grayscale: #737373. Windows color (decimal): -4109196 or 7621825. OLE color: 7621825.

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

Color convert

RGB19376116-
CMYK00.610.400.24
HSL339.49º48.55%52.75%-
HSV(B)339.49º60.62%75.69%-
XYZ27.7317.7718.49-
YUV115.54128.26183.25-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.13%
GREEN value IS 76 (30.08% from 255) = 19.74%
BLUE value IS 116 (45.70% from 255) = 30.13%
R=50.13%
G=19.74%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937611600.610.400.24339.4948.5552.75
HexC14C7403D28181533135
Octal30111416407550305236165
Binary1100000110011001110100011110110100011000101010011110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14C74; }

 p { color: rgb(193,76,116); }

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

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

 a { background-color: rgb(193,76,116); }

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

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

 span { border-color: rgb(193,76,116); }

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