#c14c70

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

Shades of Royal Heath #C14C70

Tints of Royal Heath #C14C70

Color information

#C14C70 (or 0xC14C70) is unknown color: approx Royal Heath. HEX triplet: C1, 4C and 70. RGB value is (193,76,112). Sum of RGB (Red+Green+Blue) = 193+76+112=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14C70 is #3EB38F. Grayscale: #737373. Windows color (decimal): -4109200 or 7359681. OLE color: 7359681.

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

Color convert

RGB19376112-
CMYK00.610.420.24
HSL341.54º48.55%52.75%-
HSV(B)341.54º60.62%75.69%-
XYZ27.517.6817.29-
YUV115.09126.26183.57-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.66%
GREEN value IS 76 (30.08% from 255) = 19.95%
BLUE value IS 112 (44.14% from 255) = 29.40%
R=50.66%
G=19.95%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937611200.610.420.24341.5448.5552.75
HexC14C7003D2A181563135
Octal30111416007552305266165
Binary1100000110011001110000011110110101011000101010110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c14c70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c14c70; }

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

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

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

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

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

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

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

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