#C14D70

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

Shades of Royal Heath #C14D70

Tints of Royal Heath #C14D70

Color information

#C14D70 (or 0xC14D70) is unknown color: approx Royal Heath. HEX triplet: C1, 4D and 70. RGB value is (193,77,112). Sum of RGB (Red+Green+Blue) = 193+77+112=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14D70 is #3EB28F. Grayscale: #737373. Windows color (decimal): -4108944 or 7359937. OLE color: 7359937.

HSL color Cylindrical-coordinate representation of color #C14D70: hue angle of 341.9º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C14D70 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB19377112-
CMYK00.600.420.24
HSL341.9º48.33%52.94%-
HSV(B)341.9º60.1%75.69%-
XYZ27.5717.8217.31-
YUV115.67125.93183.15-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.52%
GREEN value IS 77 (30.47% from 255) = 20.16%
BLUE value IS 112 (44.14% from 255) = 29.32%
R=50.52%
G=20.16%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937711200.600.420.24341.948.3352.94
HexC14D7003C2A181563035
Octal30111516007452305266065
Binary1100000110011011110000011110010101011000101010110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14D70; }

 p { color: rgb(193,77,112); }

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

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

 a { background-color: rgb(193,77,112); }

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

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

 span { border-color: rgb(193,77,112); }

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