#C14D7C

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

Shades of Royal Heath #C14D7C

Tints of Royal Heath #C14D7C

Color information

#C14D7C (or 0xC14D7C) is unknown color: approx Royal Heath. HEX triplet: C1, 4D and 7C. RGB value is (193,77,124). Sum of RGB (Red+Green+Blue) = 193+77+124=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 77 (30.47% from 255 or 19.54% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14D7C is #3EB283. Grayscale: #747474. Windows color (decimal): -4108932 or 8146369. OLE color: 8146369.

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

Color convert

RGB19377124-
CMYK00.600.360.24
HSL335.69º48.33%52.94%-
HSV(B)335.69º60.1%75.69%-
XYZ28.2818.121.07-
YUV117.04131.93182.18-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.98%
GREEN value IS 77 (30.47% from 255) = 19.54%
BLUE value IS 124 (48.83% from 255) = 31.47%
R=48.98%
G=19.54%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937712400.600.360.24335.6948.3352.94
HexC14D7C03C24181503035
Octal30111517407444305206065
Binary1100000110011011111100011110010010011000101010000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14D7C; }

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

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

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

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

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

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

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

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