#C14D79

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

Shades of Royal Heath #C14D79

Tints of Royal Heath #C14D79

Color information

#C14D79 (or 0xC14D79) is unknown color: approx Royal Heath. HEX triplet: C1, 4D and 79. RGB value is (193,77,121). Sum of RGB (Red+Green+Blue) = 193+77+121=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 77 (30.47% from 255 or 19.69% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14D79 is #3EB286. Grayscale: #747474. Windows color (decimal): -4108935 or 7949761. OLE color: 7949761.

HSL color Cylindrical-coordinate representation of color #C14D79: hue angle of 337.24º 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 #C14D79 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB19377121-
CMYK00.600.370.24
HSL337.24º48.33%52.94%-
HSV(B)337.24º60.1%75.69%-
XYZ28.118.0320.09-
YUV116.7130.43182.42-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.36%
GREEN value IS 77 (30.47% from 255) = 19.69%
BLUE value IS 121 (47.66% from 255) = 30.95%
R=49.36%
G=19.69%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937712100.600.370.24337.2448.3352.94
HexC14D7903C25181513035
Octal30111517107445305216065
Binary1100000110011011111001011110010010111000101010001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14D79; }

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

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

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

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

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

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

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

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