#C14776

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

Shades of Royal Heath #C14776

Tints of Royal Heath #C14776

Color information

#C14776 (or 0xC14776) is unknown color: approx Royal Heath. HEX triplet: C1, 47 and 76. RGB value is (193,71,118). Sum of RGB (Red+Green+Blue) = 193+71+118=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C14776 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14776 is #3EB889. Grayscale: #707070. Windows color (decimal): -4110474 or 7751617. OLE color: 7751617.

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

Color convert

RGB19371118-
CMYK00.630.390.24
HSL336.89º49.59%51.76%-
HSV(B)336.89º63.21%75.69%-
XYZ27.5217.1519-
YUV112.84130.92185.18-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.52%
GREEN value IS 71 (28.12% from 255) = 18.59%
BLUE value IS 118 (46.48% from 255) = 30.89%
R=50.52%
G=18.59%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937111800.630.390.24336.8949.5951.76
HexC1477603F27181513234
Octal30110716607747305216264
Binary1100000110001111110110011111110011111000101010001110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14776; }

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

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

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

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

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

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

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

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