#C14971

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

Shades of Royal Heath #C14971

Tints of Royal Heath #C14971

Color information

#C14971 (or 0xC14971) is unknown color: approx Royal Heath. HEX triplet: C1, 49 and 71. RGB value is (193,73,113). Sum of RGB (Red+Green+Blue) = 193+73+113=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C14971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14971 is #3EB68E. Grayscale: #717171. Windows color (decimal): -4109967 or 7424449. OLE color: 7424449.

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

Color convert

RGB19373113-
CMYK00.620.410.24
HSL340º49.18%52.16%-
HSV(B)340º62.18%75.69%-
XYZ27.3617.2917.52-
YUV113.44127.76184.75-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.92%
GREEN value IS 73 (28.91% from 255) = 19.26%
BLUE value IS 113 (44.53% from 255) = 29.82%
R=50.92%
G=19.26%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937311300.620.410.2434049.1852.16
HexC1497103E29181543134
Octal30111116107651305246164
Binary1100000110010011110001011111010100111000101010100110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14971; }

 p { color: rgb(193,73,113); }

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

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

 a { background-color: rgb(193,73,113); }

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

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

 span { border-color: rgb(193,73,113); }

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