#C14676

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

Shades of Royal Heath #C14676

Tints of Royal Heath #C14676

Color information

#C14676 (or 0xC14676) is unknown color: approx Royal Heath. HEX triplet: C1, 46 and 76. RGB value is (193,70,118). Sum of RGB (Red+Green+Blue) = 193+70+118=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 70 (27.73% from 255 or 18.37% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C14676 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14676 is #3EB989. Grayscale: #707070. Windows color (decimal): -4110730 or 7751361. OLE color: 7751361.

HSL color Cylindrical-coordinate representation of color #C14676: hue angle of 336.59º 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 #C14676 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB19370118-
CMYK00.640.390.24
HSL336.59º49.8%51.57%-
HSV(B)336.59º63.73%75.69%-
XYZ27.4517.0318.98-
YUV112.25131.25185.6-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.66%
GREEN value IS 70 (27.73% from 255) = 18.37%
BLUE value IS 118 (46.48% from 255) = 30.97%
R=50.66%
G=18.37%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937011800.640.390.24336.5949.851.57
HexC1467604027181513234
Octal301106166010047305216264
Binary11000001100011011101100100000010011111000101010001110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14676; }

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

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

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

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

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

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

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

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