#C14673

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

Shades of Royal Heath #C14673

Tints of Royal Heath #C14673

Color information

#C14673 (or 0xC14673) is unknown color: approx Royal Heath. HEX triplet: C1, 46 and 73. RGB value is (193,70,115). Sum of RGB (Red+Green+Blue) = 193+70+115=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C14673 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14673 is #3EB98C. Grayscale: #6F6F6F. Windows color (decimal): -4110733 or 7554753. OLE color: 7554753.

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

Color convert

RGB19370115-
CMYK00.640.400.24
HSL338.05º49.8%51.57%-
HSV(B)338.05º63.73%75.69%-
XYZ27.2816.9618.05-
YUV111.91129.75185.84-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 51.06%
GREEN value IS 70 (27.73% from 255) = 18.52%
BLUE value IS 115 (45.31% from 255) = 30.42%
R=51.06%
G=18.52%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937011500.640.400.24338.0549.851.57
HexC1467304028181523234
Octal301106163010050305226264
Binary11000001100011011100110100000010100011000101010010110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14673; }

 p { color: rgb(193,70,115); }

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

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

 a { background-color: rgb(193,70,115); }

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

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

 span { border-color: rgb(193,70,115); }

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