#C14576

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

Shades of Royal Heath #C14576

Tints of Royal Heath #C14576

Color information

#C14576 (or 0xC14576) is unknown color: approx Royal Heath. HEX triplet: C1, 45 and 76. RGB value is (193,69,118). Sum of RGB (Red+Green+Blue) = 193+69+118=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 69 (27.34% from 255 or 18.16% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C14576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14576 is #3EBA89. Grayscale: #6F6F6F. Windows color (decimal): -4110986 or 7751105. OLE color: 7751105.

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

Color convert

RGB19369118-
CMYK00.640.390.24
HSL336.29º50%51.37%-
HSV(B)336.29º64.25%75.69%-
XYZ27.3916.918.96-
YUV111.66131.58186.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.79%
GREEN value IS 69 (27.34% from 255) = 18.16%
BLUE value IS 118 (46.48% from 255) = 31.05%
R=50.79%
G=18.16%
B=31.05%

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
Decimal1936911800.640.390.24336.295051.37
HexC1457604027181503233
Octal301105166010047305206263
Binary11000001100010111101100100000010011111000101010000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14576; }

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

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

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

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

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

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

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

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