#C14678

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

Shades of Royal Heath #C14678

Tints of Royal Heath #C14678

Color information

#C14678 (or 0xC14678) is unknown color: approx Royal Heath. HEX triplet: C1, 46 and 78. RGB value is (193,70,120). Sum of RGB (Red+Green+Blue) = 193+70+120=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C14678 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14678 is #3EB987. Grayscale: #707070. Windows color (decimal): -4110728 or 7882433. OLE color: 7882433.

HSL color Cylindrical-coordinate representation of color #C14678: hue angle of 335.61º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C14678 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB19370120-
CMYK00.640.380.24
HSL335.61º49.8%51.57%-
HSV(B)335.61º63.73%75.69%-
XYZ27.5717.0719.61-
YUV112.48132.25185.43-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.39%
GREEN value IS 70 (27.73% from 255) = 18.28%
BLUE value IS 120 (47.27% from 255) = 31.33%
R=50.39%
G=18.28%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937012000.640.380.24335.6149.851.57
HexC1467804026181503234
Octal301106170010046305206264
Binary11000001100011011110000100000010011011000101010000110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14678; }

 p { color: rgb(193,70,120); }

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

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

 a { background-color: rgb(193,70,120); }

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

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

 span { border-color: rgb(193,70,120); }

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