#C14F76

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

Shades of Royal Heath #C14F76

Tints of Royal Heath #C14F76

Color information

#C14F76 (or 0xC14F76) is unknown color: approx Royal Heath. HEX triplet: C1, 4F and 76. RGB value is (193,79,118). Sum of RGB (Red+Green+Blue) = 193+79+118=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 79 (31.25% from 255 or 20.26% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C14F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14F76 is #3EB089. Grayscale: #757575. Windows color (decimal): -4108426 or 7753665. OLE color: 7753665.

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

Color convert

RGB19379118-
CMYK00.590.390.24
HSL339.47º47.9%53.33%-
HSV(B)339.47º59.07%75.69%-
XYZ28.0618.2419.18-
YUV117.53128.27181.83-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.49%
GREEN value IS 79 (31.25% from 255) = 20.26%
BLUE value IS 118 (46.48% from 255) = 30.26%
R=49.49%
G=20.26%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937911800.590.390.24339.4747.953.33
HexC14F7603B27181533035
Octal30111716607347305236065
Binary1100000110011111110110011101110011111000101010011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14F76; }

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

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

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

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

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

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

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

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